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

/macosx-10.10.1/xnu-2782.1.97/bsd/security/audit/
H A Daudit_mac.c157 } else if (error == MAC_AUDIT_NO) {
177 * mac_audit_check_postselect returns MAC_AUDIT_NO, the record will be
188 else if (mac_error == MAC_AUDIT_NO) {
/macosx-10.10.1/xnu-2782.1.97/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
6287 #define MAC_AUDIT_NO 1 /* force not auditing this event */ macro

Completed in 117 milliseconds