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

/xnu-2422.115.4/bsd/security/audit/
H A Daudit_mac.c158 } else if (error == MAC_AUDIT_NO) {
178 * mac_audit_check_postselect returns MAC_AUDIT_NO, the record will be
189 else if (mac_error == MAC_AUDIT_NO) {
/xnu-2422.115.4/security/
H A Dmac_policy.h191 A return value of MAC_AUDIT_NO forces the audit record to be suppressed.
197 @return Return MAC_AUDIT_NO to force suppression of the audit record.
217 returned. A return value of MAC_AUDIT_NO causes the audit record to
223 then create an audit record, else if any policy returns MAC_AUDIT_NO, then
233 MAC_AUDIT_NO to force no auditing of the syscall, MAC_AUDIT_DEFAULT
6705 #define MAC_AUDIT_NO 1 /* force not auditing this event */ macro

Completed in 82 milliseconds