diff options
author | Tomas Mraz <tm@t8m.info> | 2005-06-22 08:11:02 +0000 |
---|---|---|
committer | Tomas Mraz <tm@t8m.info> | 2005-06-22 08:11:02 +0000 |
commit | af62aef12b42f38c40ce68a7ef1d1933576918e0 (patch) | |
tree | dcfd0c80f021accca461c3a9eddb6906968d35de /modules/pam_limits/README | |
parent | 0a7fe016a03184815b03fe92d50c58e67c8c05fc (diff) | |
download | pam-af62aef12b42f38c40ce68a7ef1d1933576918e0.tar.gz pam-af62aef12b42f38c40ce68a7ef1d1933576918e0.tar.bz2 pam-af62aef12b42f38c40ce68a7ef1d1933576918e0.zip |
Relevant BUGIDs:
Purpose of commit: new feature
Commit summary:
---------------
pam_limits: Support new limits in linux 2.6.12
Diffstat (limited to 'modules/pam_limits/README')
-rw-r--r-- | modules/pam_limits/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/pam_limits/README b/modules/pam_limits/README index ac37afe1..ab2b6545 100644 --- a/modules/pam_limits/README +++ b/modules/pam_limits/README @@ -42,6 +42,10 @@ Where: - sigpending - max number of pending signals (Linux 2.6 and higher) - msgqueue - max memory used by POSIX message queues (bytes) (Linux 2.6 and higher) + - nice - max nice priority allowed to raise to. Nice levels 19..-20 + correspond to 0..39 values of this limit (Linux 2.6.12 and higher) + - rtprio - max realtime priority allowed for non-priviledged + processes (Linux 2.6.12 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 |