summaryrefslogtreecommitdiff
path: root/modules/pam_loginuid/pam_loginuid.8.xml
diff options
context:
space:
mode:
authorTomas Mraz <tmraz@fedoraproject.org>2014-05-22 11:25:13 +0200
committerTomas Mraz <tmraz@fedoraproject.org>2014-05-22 11:25:13 +0200
commitc83b2564e1b4ddeaa82573fae68aa89413ec4f74 (patch)
tree1e2413b1067cb03234d646e849940c93e03e9865 /modules/pam_loginuid/pam_loginuid.8.xml
parent9dcead87e6d7f66d34e7a56d11a30daca367dffb (diff)
pam_loginuid: Document other possible return values.
modules/pam_loginuid/pam_loginuid.8.xml: Document the possible return values.
Diffstat (limited to 'modules/pam_loginuid/pam_loginuid.8.xml')
-rw-r--r--modules/pam_loginuid/pam_loginuid.8.xml19
1 files changed, 17 insertions, 2 deletions
diff --git a/modules/pam_loginuid/pam_loginuid.8.xml b/modules/pam_loginuid/pam_loginuid.8.xml
index d16e2b2d..9686ddb2 100644
--- a/modules/pam_loginuid/pam_loginuid.8.xml
+++ b/modules/pam_loginuid/pam_loginuid.8.xml
@@ -69,14 +69,29 @@
<para>
<variablelist>
<varlistentry>
+ <term>PAM_SUCCESS</term>
+ <listitem>
+ <para>
+ The loginuid value is set and auditd is running if check requested.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>PAM_IGNORE</term>
+ <listitem>
+ <para>
+ The /proc/self/loginuid file is not present on the system.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
<term>PAM_SESSION_ERR</term>
<listitem>
<para>
- An error occurred during session management.
+ Any other error prevented setting loginuid or auditd is not running.
</para>
</listitem>
</varlistentry>
-
</variablelist>
</para>
</refsect1>