mirror of
https://abf.rosa.ru/djam/pam.git
synced 2025-02-23 08:22:53 +00:00
Increase default amount of processes for normal users to 4096
This commit is contained in:
parent
4caa3ef926
commit
4ab70213ca
2 changed files with 2 additions and 2 deletions
|
@ -2,5 +2,5 @@
|
||||||
# accidental fork bombs.
|
# accidental fork bombs.
|
||||||
# See rhbz #432903 for reasoning.
|
# See rhbz #432903 for reasoning.
|
||||||
|
|
||||||
* soft nproc 1024
|
* soft nproc 4096
|
||||||
root soft nproc unlimited
|
root soft nproc unlimited
|
||||||
|
|
2
pam.spec
2
pam.spec
|
@ -13,7 +13,7 @@
|
||||||
Summary: A security tool which provides authentication for applications
|
Summary: A security tool which provides authentication for applications
|
||||||
Name: pam
|
Name: pam
|
||||||
Version: 1.1.8
|
Version: 1.1.8
|
||||||
Release: 4
|
Release: 5
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
# The library is BSD licensed with option to relicense as GPLv2+ - this option is redundant
|
# The library is BSD licensed with option to relicense as GPLv2+ - this option is redundant
|
||||||
# as the BSD license allows that anyway. pam_timestamp and pam_console modules are GPLv2+,
|
# as the BSD license allows that anyway. pam_timestamp and pam_console modules are GPLv2+,
|
||||||
|
|
Loading…
Add table
Reference in a new issue