Home
last modified time | relevance | path

Searched refs:audit_pipe_preselect (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/security/audit/
H A Daudit_pipe.c99 struct audit_pipe_preselect { struct
102 TAILQ_ENTRY(audit_pipe_preselect) app_list; argument
163 TAILQ_HEAD(, audit_pipe_preselect) ap_preselect_list;
270 static struct audit_pipe_preselect *
273 struct audit_pipe_preselect *app; in audit_pipe_preselect_find()
291 struct audit_pipe_preselect *app; in audit_pipe_preselect_get()
312 struct audit_pipe_preselect *app, *app_new; in audit_pipe_preselect_set()
339 struct audit_pipe_preselect *app; in audit_pipe_preselect_delete()
361 struct audit_pipe_preselect *app; in audit_pipe_preselect_flush_locked()
394 struct audit_pipe_preselect *app; in audit_pipe_preselect_check()
[all …]
H A Daudit.c527 if (audit_pipe_preselect(auid, event, class, sorf, in audit_commit()
657 } else if (audit_pipe_preselect(auid, event, class, AU_PRS_BOTH, 0)) { in audit_syscall_enter()
820 audit_pipe_preselect(auid, AUE_CORE, class, sorf, 0) == 0) in audit_proc_coredump()
H A Daudit_private.h503 int audit_pipe_preselect(au_id_t auid, au_event_t event,