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

  /external/selinux/policycoreutils/setfiles/
setfiles.c 121 int audit_fd = -1;
127 audit_fd = audit_open();
129 if (audit_fd < 0) {
134 rc = audit_log_user_message(audit_fd, AUDIT_FS_RELABEL,
141 audit_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,
1017 audit_close (audit_fd);
  /external/selinux/policycoreutils/newrole/
newrole.c 652 int audit_fd = audit_open(); local
654 if (audit_fd < 0) {
665 rc = audit_log_user_message(audit_fd, AUDIT_USER_ROLE_CHANGE,
675 close(audit_fd);
    [all...]
  /external/selinux/policycoreutils/semanage/
seobject.py 91 self.audit_fd = audit.audit_open()
107 self.log_list.append([self.audit_fd, audit.AUDIT_ROLE_ASSIGN, sys.argv[0], str(msg), name, 0, sename, serole, serange, oldsename, oldserole, oldserange, "", "", ""])
110 self.log_list.append([self.audit_fd, audit.AUDIT_ROLE_REMOVE, sys.argv[0], str(msg), name, 0, sename, serole, serange, oldsename, oldserole, oldserange, "", "", ""])
    [all...]

Completed in 1329 milliseconds