Home
last modified time | relevance | path

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

/f-stack/freebsd/security/audit/
H A Daudit.c107 bool __read_frequently audit_syscalls_enabled; variable
220 audit_syscalls_enabled = true; in audit_syscalls_enabled_update()
224 audit_syscalls_enabled = true; in audit_syscalls_enabled_update()
226 audit_syscalls_enabled = false; in audit_syscalls_enabled_update()
340 audit_syscalls_enabled = false; in audit_init()
H A Daudit.h74 extern bool audit_syscalls_enabled;
396 if (__predict_false(audit_syscalls_enabled)) { \