Accepting request 446360 from Linux-PAM
OBS-URL: https://build.opensuse.org/request/show/446360 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pam?expand=0&rev=86
This commit is contained in:
commit
ffb4e13a87
@ -1,15 +1,15 @@
|
||||
Index: Linux-PAM-1.1.8/modules/pam_limits/limits.conf
|
||||
Index: Linux-PAM-1.3.0/modules/pam_limits/limits.conf
|
||||
===================================================================
|
||||
--- Linux-PAM-1.1.8.orig/modules/pam_limits/limits.conf
|
||||
+++ Linux-PAM-1.1.8/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 4000
|
||||
+* soft nproc 3500
|
||||
+root hard nproc 3000
|
||||
+root soft nproc 1850
|
||||
+* hard nproc 16384
|
||||
+* soft nproc 4096
|
||||
+# root hard nproc 3000
|
||||
+# root soft nproc 1850
|
||||
+
|
||||
# End of file
|
||||
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 8 12:41:05 UTC 2016 - josef.moellers@suse.com
|
||||
|
||||
- Increased nproc limits for non-privileged users to 4069/16384.
|
||||
Removed limits for "root".
|
||||
[pam-limit-nproc.patch, bsc#1012494, bsc#1013706]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 31 11:08:19 UTC 2016 - develop7@develop7.info
|
||||
|
||||
|
2
pam.spec
2
pam.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package pam
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
|
Loading…
Reference in New Issue
Block a user