summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Mraz <tmraz@fedoraproject.org>2014-05-22 11:33:21 +0200
committerTomas Mraz <tmraz@fedoraproject.org>2014-05-22 11:33:21 +0200
commit78b16874b1348ae63785bbbdee9c624989aaf5c0 (patch)
tree1a96eedbc04a7c7772b282cc3c89b2e0695d3c95
parentc83b2564e1b4ddeaa82573fae68aa89413ec4f74 (diff)
pam_loginuid: Document one more possible case of PAM_IGNORE return.
modules/pam_loginuid/pam_loginuid.8.xml: Document one more possible case of PAM_IGNORE return value.
-rw-r--r--modules/pam_loginuid/pam_loginuid.8.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/pam_loginuid/pam_loginuid.8.xml b/modules/pam_loginuid/pam_loginuid.8.xml
index 9686ddb2..9513b0e4 100644
--- a/modules/pam_loginuid/pam_loginuid.8.xml
+++ b/modules/pam_loginuid/pam_loginuid.8.xml
@@ -80,7 +80,9 @@
<term>PAM_IGNORE</term>
<listitem>
<para>
- The /proc/self/loginuid file is not present on the system.
+ The /proc/self/loginuid file is not present on the system or the
+ login process runs inside uid namespace and kernel does not support
+ overwriting loginuid.
</para>
</listitem>
</varlistentry>