HomeSort by relevance Sort by last modified time
    Searched refs:audit_fd (Results 1 - 2 of 2) sorted by null

  /external/openssh/
audit-linux.c 46 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/dbus/bus/
selinux.c 121 static int audit_fd = -1; variable
128 audit_fd = audit_open ();
130 if (audit_fd < 0)
151 if (audit_fd >= 0)
160 audit_log_user_avc_message(audit_fd, AUDIT_USER_AVC, buf, NULL, NULL,
1018 audit_close (audit_fd);

Completed in 54 milliseconds