diff options
author | Tomas Mraz <tmraz@fedoraproject.org> | 2014-05-22 11:33:21 +0200 |
---|---|---|
committer | Tomas Mraz <tmraz@fedoraproject.org> | 2014-05-22 11:33:21 +0200 |
commit | 78b16874b1348ae63785bbbdee9c624989aaf5c0 (patch) | |
tree | 1a96eedbc04a7c7772b282cc3c89b2e0695d3c95 | |
parent | c83b2564e1b4ddeaa82573fae68aa89413ec4f74 (diff) | |
download | pam-78b16874b1348ae63785bbbdee9c624989aaf5c0.tar.gz pam-78b16874b1348ae63785bbbdee9c624989aaf5c0.tar.bz2 pam-78b16874b1348ae63785bbbdee9c624989aaf5c0.zip |
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.xml | 4 |
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> |