raise the default soft nproc limit to 4096
This commit is contained in:
parent
8d25417f36
commit
919ce1131e
@ -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
|
||||||
|
5
pam.spec
5
pam.spec
@ -3,7 +3,7 @@
|
|||||||
Summary: An extensible library which provides authentication for applications
|
Summary: An extensible library which provides authentication for applications
|
||||||
Name: pam
|
Name: pam
|
||||||
Version: 1.1.8
|
Version: 1.1.8
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
# The library is BSD licensed with option to relicense as GPLv2+
|
# The library is BSD licensed with option to relicense as GPLv2+
|
||||||
# - this option is redundant as the BSD license allows that anyway.
|
# - this option is redundant as the BSD license allows that anyway.
|
||||||
# pam_timestamp, pam_loginuid, and pam_console modules are GPLv2+.
|
# pam_timestamp, pam_loginuid, and pam_console modules are GPLv2+.
|
||||||
@ -372,6 +372,9 @@ fi
|
|||||||
%doc doc/adg/*.txt doc/adg/html
|
%doc doc/adg/*.txt doc/adg/html
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 16 2013 Tomáš Mráz <tmraz@redhat.com> 1.1.8-4
|
||||||
|
- raise the default soft nproc limit to 4096
|
||||||
|
|
||||||
* Mon Dec 2 2013 Tomáš Mráz <tmraz@redhat.com> 1.1.8-3
|
* Mon Dec 2 2013 Tomáš Mráz <tmraz@redhat.com> 1.1.8-3
|
||||||
- updated translations
|
- updated translations
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user