summaryrefslogtreecommitdiff
path: root/modules/pam_limits/README
diff options
context:
space:
mode:
Diffstat (limited to 'modules/pam_limits/README')
-rw-r--r--modules/pam_limits/README3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/pam_limits/README b/modules/pam_limits/README
index 2398334b..d2998b00 100644
--- a/modules/pam_limits/README
+++ b/modules/pam_limits/README
@@ -37,6 +37,7 @@ Where:
- as - address space limit
- maxlogins - max number of logins for this user
- maxsyslogins - max number of logins on the system
+ - locks - max locked files (Linux 2.4 and higher)
Note, if you specify a type of '-' but neglect to supply the item and
value fields then the module will never enforce any limits on the
@@ -95,4 +96,4 @@ USAGE:
AUTHOR:
Cristian Gafton <gafton@redhat.com>
Thanks to Elliot Lee <sopwith@redhat.com> for his comments on
- improving this module.
+ improving this module, and Jens Sorensen for Linux 2.4 updates.