Searched refs:audit_enabled (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit.h59 * Audit subsystem condition flags. The audit_enabled flag is set and
68 extern int audit_enabled;
309 audit_enabled, 0)
315 #define AUDIT_ENABLED() (audit_syscalls && audit_enabled)
322 * audit_enabled flag before performing the actual call.
341 * auditing is disabled, so we don't just check audit_enabled here.
H A Daudit_worker.c494 if (audit_enabled && (NULL == vp)) {
501 audit_enabled = 0;
533 audit_enabled = (audit_vp != NULL);
H A Daudit.c99 int audit_enabled; variable
290 audit_enabled = 0;
382 * Override the audit_suspended and audit_enabled if it always
394 no_record = (audit_suspended || !audit_enabled);
512 * See if we need to override the audit_suspend and audit_enabled
547 if (!audit_override && (audit_suspended || !audit_enabled)) {
774 return (audit_enabled && currecord() != NULL);
H A Daudit_mac.c205 if (audit_enabled == 0) {
H A Daudit_syscalls.c497 if (audit_enabled && !audit_suspended)
507 if (audit_enabled && !audit_suspended)

Completed in 26 milliseconds