Searched refs:audit_syscalls_enabled (Results 1 – 2 of 2) sorted by relevance
104 bool __read_frequently audit_syscalls_enabled; variable217 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()
72 extern bool audit_syscalls_enabled;392 #define AUDIT_SYSCALL_ENABLED() audit_syscalls_enabled396 if (audit_syscalls_enabled) { \