diff options
author | Andrew G. Morgan <morgan@kernel.org> | 2001-11-11 07:25:37 +0000 |
---|---|---|
committer | Andrew G. Morgan <morgan@kernel.org> | 2001-11-11 07:25:37 +0000 |
commit | 61a4ef28627e5b08a0857754ce62ab0d7325c6cf (patch) | |
tree | df12e552701db7ba1a474e8765b48853439f156b /doc/modules | |
parent | 29e16dff4ce8c5dbece70a398290146324004a64 (diff) | |
download | pam-61a4ef28627e5b08a0857754ce62ab0d7325c6cf.tar.gz pam-61a4ef28627e5b08a0857754ce62ab0d7325c6cf.tar.bz2 pam-61a4ef28627e5b08a0857754ce62ab0d7325c6cf.zip |
Relevant BUGIDs: 476990
Purpose of commit: new feature
Commit summary:
---------------
support -ve process priorities (and include superuser in this feature)
Diffstat (limited to 'doc/modules')
-rw-r--r-- | doc/modules/pam_limits.sgml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/modules/pam_limits.sgml b/doc/modules/pam_limits.sgml index 52b8771f..961f0b55 100644 --- a/doc/modules/pam_limits.sgml +++ b/doc/modules/pam_limits.sgml @@ -1,7 +1,7 @@ <!-- $Id$ - This file was written by Andrew G. Morgan <morgan@parc.power.net> + This file was written by Andrew G. Morgan <morgan@kernel.org> from information compiled by Cristian Gafton (author of module) --> @@ -140,8 +140,11 @@ together. <item><tt/cpu/ - max CPU time (MIN) <item><tt/nproc/ - max number of processes <item><tt/as/ - address space limit -<item><tt/maxlogins/ - max number of logins for this user. -<item><tt/priority/ - the priority to run user process with +<item><tt/maxlogins/ - max number of logins for this user +<item><tt/maxsyslogins/ - max number of logins on system +<item><tt/priority/ - the priority to run user process with (negative +values boost process priority) +<item><tt/locks/ - max locked files (Linux 2.4 and higher) </itemize> <p> |