From c83b2564e1b4ddeaa82573fae68aa89413ec4f74 Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Thu, 22 May 2014 11:25:13 +0200 Subject: pam_loginuid: Document other possible return values. modules/pam_loginuid/pam_loginuid.8.xml: Document the possible return values. --- modules/pam_loginuid/pam_loginuid.8.xml | 19 +++++++++++++++++-- 1 file 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 @@ -68,15 +68,30 @@ RETURN VALUES + + PAM_SUCCESS + + + The loginuid value is set and auditd is running if check requested. + + + + + PAM_IGNORE + + + The /proc/self/loginuid file is not present on the system. + + + PAM_SESSION_ERR - An error occurred during session management. + Any other error prevented setting loginuid or auditd is not running. - -- cgit v1.2.3