Home
last modified time | relevance | path

Searched refs:audit_syscalls_enabled (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/security/audit/
H A Daudit.c104 bool __read_frequently audit_syscalls_enabled; variable
217 audit_syscalls_enabled = true; in audit_syscalls_enabled_update()
221 audit_syscalls_enabled = true; in audit_syscalls_enabled_update()
223 audit_syscalls_enabled = false; in audit_syscalls_enabled_update()
337 audit_syscalls_enabled = false; in audit_init()
H A Daudit.h72 extern bool audit_syscalls_enabled;
392 #define AUDIT_SYSCALL_ENABLED() audit_syscalls_enabled
396 if (audit_syscalls_enabled) { \