diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-01-18 23:07:06 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-01-18 23:07:06 +0100 |
commit | 3add4d215b30c746ee617d7412ee007ed3c87249 (patch) | |
tree | 6bbc47960fe5ce08213d29ce2803d506d28248af /man/pam_systemd.xml | |
parent | d8cfa085894607afdeb8bba025d842adf09ab7ea (diff) |
pam: optionally keep processes of root user around
Diffstat (limited to 'man/pam_systemd.xml')
-rw-r--r-- | man/pam_systemd.xml | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/man/pam_systemd.xml b/man/pam_systemd.xml index cd806da931..eddd8e003f 100644 --- a/man/pam_systemd.xml +++ b/man/pam_systemd.xml @@ -202,6 +202,20 @@ </varlistentry> <varlistentry> + <term><option>keep-root=</option></term> + + <listitem><para>Takes a boolean + argument. If true, all processes + created by the root user (UID 0) during his + session and from his session will be + kept around after he logged out. This + option allows cancelling the effect of + <option>kill-session=1</option> and + <option>kill-user=1</option> for the + root user.</para></listitem> + </varlistentry> + + <varlistentry> <term><option>controllers=</option></term> <listitem><para>Takes a comma @@ -230,7 +244,8 @@ <para>If the options are omitted they default to <option>create-session=1</option>, <option>kill-session=0</option>, - <option>kill-user=0</option>.</para> + <option>kill-user=0</option>, + <option>keep-root=1</option>.</para> </refsect1> <refsect1> |