summaryrefslogtreecommitdiff
path: root/man/pam_systemd.xml
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2011-01-18 23:07:06 +0100
committerLennart Poettering <lennart@poettering.net>2011-01-18 23:07:06 +0100
commit3add4d215b30c746ee617d7412ee007ed3c87249 (patch)
tree6bbc47960fe5ce08213d29ce2803d506d28248af /man/pam_systemd.xml
parentd8cfa085894607afdeb8bba025d842adf09ab7ea (diff)
pam: optionally keep processes of root user around
Diffstat (limited to 'man/pam_systemd.xml')
-rw-r--r--man/pam_systemd.xml17
1 files changed, 16 insertions, 1 deletions
diff --git a/man/pam_systemd.xml b/man/pam_systemd.xml
index cd806da93..eddd8e003 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>