Home
last modified time | relevance | path

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

/f-stack/freebsd/security/audit/
H A Daudit.c640 if (au_preselect(event, class, aumask, AU_PRS_BOTH)) { in audit_syscall_enter()
659 } else if (audit_pipe_preselect(auid, event, class, AU_PRS_BOTH, 0)) { in audit_syscall_enter()
H A Daudit_private.h372 #define AU_PRS_BOTH (AU_PRS_SUCCESS|AU_PRS_FAILURE) macro