diff --git a/pam-limit-nproc.patch b/pam-limit-nproc.patch index 756946c..20448f5 100644 --- a/pam-limit-nproc.patch +++ b/pam-limit-nproc.patch @@ -7,9 +7,9 @@ Index: Linux-PAM-1.1.8/modules/pam_limits/limits.conf #@student - maxlogins 4 +# harden against fork-bombs -+* hard nproc 800 -+* soft nproc 700 -+root hard nproc 900 -+root soft nproc 850 ++* hard nproc 1700 ++* soft nproc 1200 ++root hard nproc 3000 ++root soft nproc 1850 + # End of file diff --git a/pam.changes b/pam.changes index 99a08cc..ddfb741 100644 --- a/pam.changes +++ b/pam.changes @@ -12,6 +12,11 @@ Fri Jan 9 14:53:50 CET 2015 - kukuk@suse.de - obsoletes pam_xauth-sigpipe.diff - 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