Searched refs:audit_logout (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/login/
H A Dlogin_audit.c43 static void audit_logout(adt_session_data_t *);
99 * However audit_logout must only execute if audit is
108 audit_logout(ah); /* fork to catch logout */
119 audit_logout(adt_session_data_t *ah) function
133 "login audit_logout: could not alloc basic privs: %m");
155 "login audit_logout: could not fork: %m");
187 "login audit_logout: could not reduce privs: %m");
/illumos-gate/usr/src/cmd/su/
H A Dsu.c124 static void audit_logout(adt_session_data_t *, au_event_t);
839 audit_logout(ah, event_id); /* fork to catch logout */
846 * audit_logout - audit successful su logout
855 audit_logout(adt_session_data_t *ah, au_event_t event_id) function
874 "su audit_logout: could not alloc basic privs: %m");
895 "su audit_logout: could not fork: %m");
912 "su audit_logout: could not chdir /: %m");
926 "su audit_logout: could not reduce privs: %m");

Completed in 60 milliseconds