Home
last modified time | relevance | path

Searched refs:MAC_AUDIT_YES (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.101.4/bsd/security/audit/
H A Daudit_mac.c146 if (error == MAC_AUDIT_YES) { in audit_mac_syscall_enter()
182 if (mac_error == MAC_AUDIT_YES) { in audit_mac_syscall_exit()
/xnu-8020.101.4/security/
H A Dmac_audit.c319 return MAC_AUDIT_YES; in mac_audit_check_postselect()
H A Dmac_policy.h6312 #define MAC_AUDIT_YES 2 /* force auditing this event */ macro