Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dpriv.h91 #define PRIV_AUDIT_FAILSTOP 41 /* Can run during audit fail stop. */ macro
/f-stack/freebsd/security/audit/
H A Daudit.c654 priv_check(td, PRIV_AUDIT_FAILSTOP) != 0) { in audit_syscall_enter()