SHA256
1
0
forked from pool/pam

Accepting request 280985 from home:bmwiedemann:branches:Linux-PAM

- increase process limit to 1200 to help chromium users with many tabs

OBS-URL: https://build.opensuse.org/request/show/280985
OBS-URL: https://build.opensuse.org/package/show/Linux-PAM/pam?expand=0&rev=145
This commit is contained in:
Thorsten Kukuk 2015-01-28 10:08:14 +00:00 committed by Git OBS Bridge
parent aaa66694cf
commit 650e0bc92d
2 changed files with 9 additions and 4 deletions

View File

@ -7,9 +7,9 @@ Index: Linux-PAM-1.1.8/modules/pam_limits/limits.conf
#@student - maxlogins 4 #@student - maxlogins 4
+# harden against fork-bombs +# harden against fork-bombs
+* hard nproc 800 +* hard nproc 1700
+* soft nproc 700 +* soft nproc 1200
+root hard nproc 900 +root hard nproc 3000
+root soft nproc 850 +root soft nproc 1850
+ +
# End of file # End of file

View File

@ -12,6 +12,11 @@ Fri Jan 9 14:53:50 CET 2015 - kukuk@suse.de
- obsoletes pam_xauth-sigpipe.diff - obsoletes pam_xauth-sigpipe.diff
- obsoletes bug-870433_pam_timestamp-fix-directory-traversal.patch - obsoletes bug-870433_pam_timestamp-fix-directory-traversal.patch
-------------------------------------------------------------------
Fri Jan 9 11:10:45 UTC 2015 - bwiedemann@suse.com
- increase process limit to 1200 to help chromium users with many tabs
------------------------------------------------------------------- -------------------------------------------------------------------
Tue May 6 14:31:36 UTC 2014 - bwiedemann@suse.com Tue May 6 14:31:36 UTC 2014 - bwiedemann@suse.com