Blame SOURCES/pam-1.1.6-limits-user.patch

c22a38
diff -up Linux-PAM-1.1.6/modules/pam_limits/limits.conf.limits Linux-PAM-1.1.6/modules/pam_limits/limits.conf
c22a38
--- Linux-PAM-1.1.6/modules/pam_limits/limits.conf.limits	2012-08-15 13:08:43.000000000 +0200
c22a38
+++ Linux-PAM-1.1.6/modules/pam_limits/limits.conf	2013-03-14 16:43:37.615087671 +0100
c22a38
@@ -1,5 +1,16 @@
c22a38
 # /etc/security/limits.conf
c22a38
 #
c22a38
+#This file sets the resource limits for the users logged in via PAM.
c22a38
+#It does not affect resource limits of the system services.
c22a38
+#
c22a38
+#Also note that configuration files in /etc/security/limits.d directory,
c22a38
+#which are read in alphabetical order, override the settings in this
c22a38
+#file in case the domain is the same or more specific.
c22a38
+#That means for example that setting a limit for wildcard domain here
c22a38
+#can be overriden with a wildcard setting in a config file in the
c22a38
+#subdirectory, but a user specific setting here can be overriden only
c22a38
+#with a user specific setting in the subdirectory.
c22a38
+#
c22a38
 #Each line describes a limit for a user in the form:
c22a38
 #
c22a38
 #<domain>        <type>  <item>  <value>