diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2011-06-21 11:05:31 +0200 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2011-06-21 11:05:31 +0200 |
commit | 792d7c1b1e5b751d9738da214361e5ae826aa973 (patch) | |
tree | 22d6ccdaa7aec6c287f641ed8ddbde97cadf4bac /modules/pam_limits/pam_limits.8.xml | |
parent | 50e4a02c87e91807db381cf308fdbf993a82105c (diff) | |
download | pam-792d7c1b1e5b751d9738da214361e5ae826aa973.tar.gz pam-792d7c1b1e5b751d9738da214361e5ae826aa973.tar.bz2 pam-792d7c1b1e5b751d9738da214361e5ae826aa973.zip |
2011-06-21 Thorsten Kukuk <kukuk@thkukuk.de>
* modules/pam_limits/pam_limits.c: Add set_all option,
read limits from PID one if no limit is specified and set_all
is set.
* modules/pam_limits/pam_limits.8.xml: Document set_all option.
Based on Patch by Kees Cook.
Diffstat (limited to 'modules/pam_limits/pam_limits.8.xml')
-rw-r--r-- | modules/pam_limits/pam_limits.8.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/modules/pam_limits/pam_limits.8.xml b/modules/pam_limits/pam_limits.8.xml index 7b944f9e..663c0e7b 100644 --- a/modules/pam_limits/pam_limits.8.xml +++ b/modules/pam_limits/pam_limits.8.xml @@ -29,6 +29,9 @@ debug </arg> <arg choice="opt"> + set_all + </arg> + <arg choice="opt"> utmp_early </arg> <arg choice="opt"> @@ -90,6 +93,18 @@ </varlistentry> <varlistentry> <term> + <option>set_all</option> + </term> + <listitem> + <para> + Set the limits for which no value is specified in the + configuration file to the one from the process with the + PID 1. + </para> + </listitem> + </varlistentry> + <varlistentry> + <term> <option>utmp_early</option> </term> <listitem> |