c31c12f192
OBS-URL: https://build.opensuse.org/request/show/444873 OBS-URL: https://build.opensuse.org/package/show/Linux-PAM/pam?expand=0&rev=167
16 lines
573 B
Diff
16 lines
573 B
Diff
Index: Linux-PAM-1.3.0/modules/pam_limits/limits.conf
|
|
===================================================================
|
|
--- Linux-PAM-1.3.0.orig/modules/pam_limits/limits.conf
|
|
+++ Linux-PAM-1.3.0/modules/pam_limits/limits.conf
|
|
@@ -47,4 +47,10 @@
|
|
#ftp hard nproc 0
|
|
#@student - maxlogins 4
|
|
|
|
+# harden against fork-bombs
|
|
+* hard nproc 16384
|
|
+* soft nproc 4096
|
|
+# root hard nproc 3000
|
|
+# root soft nproc 1850
|
|
+
|
|
# End of file
|