Home
last modified time | relevance | path

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

/freebsd-14.2/sys/security/audit/
H A Daudit.c105 bool __read_frequently audit_syscalls_enabled; variable
218 audit_syscalls_enabled = true; in audit_syscalls_enabled_update()
222 audit_syscalls_enabled = true; in audit_syscalls_enabled_update()
224 audit_syscalls_enabled = false; in audit_syscalls_enabled_update()
338 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) { \