Searched defs:audit_fd (Results 1 - 2 of 2) sorted by relevance

/external/openssh/
H A Daudit-linux.c46 int audit_fd, rc, saved_errno; local
48 audit_fd = audit_open();
49 if (audit_fd < 0) {
56 rc = audit_log_acct_message(audit_fd, AUDIT_USER_LOGIN,
60 close(audit_fd);
/external/selinux/policycoreutils/newrole/
H A Dnewrole.c631 int audit_fd = audit_open(); local
633 if (audit_fd < 0) {
644 rc = audit_log_user_message(audit_fd, AUDIT_USER_ROLE_CHANGE,
654 close(audit_fd);

Completed in 99 milliseconds