raise the default soft nproc limit to 4096

This commit is contained in:
Tomas Mraz 2013-12-16 10:57:03 +01:00
parent 8d25417f36
commit 919ce1131e
2 changed files with 5 additions and 2 deletions

View File

@ -2,5 +2,5 @@
# accidental fork bombs.
# See rhbz #432903 for reasoning.
* soft nproc 1024
* soft nproc 4096
root soft nproc unlimited

View File

@ -3,7 +3,7 @@
Summary: An extensible library which provides authentication for applications
Name: pam
Version: 1.1.8
Release: 3%{?dist}
Release: 4%{?dist}
# The library is BSD licensed with option to relicense as GPLv2+
# - this option is redundant as the BSD license allows that anyway.
# pam_timestamp, pam_loginuid, and pam_console modules are GPLv2+.
@ -372,6 +372,9 @@ fi
%doc doc/adg/*.txt doc/adg/html
%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
- updated translations