Searched refs:audit_pipe_preselect (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/security/audit/ |
| H A D | audit_pipe.c | 102 struct audit_pipe_preselect { struct 105 TAILQ_ENTRY(audit_pipe_preselect) app_list; argument 166 TAILQ_HEAD(, audit_pipe_preselect) ap_preselect_list; 273 static struct audit_pipe_preselect * 276 struct audit_pipe_preselect *app; in audit_pipe_preselect_find() 294 struct audit_pipe_preselect *app; in audit_pipe_preselect_get() 315 struct audit_pipe_preselect *app, *app_new; in audit_pipe_preselect_set() 342 struct audit_pipe_preselect *app; in audit_pipe_preselect_delete() 364 struct audit_pipe_preselect *app; in audit_pipe_preselect_flush_locked() 397 struct audit_pipe_preselect *app; in audit_pipe_preselect_check() [all …]
|
| H A D | audit.c | 529 if (audit_pipe_preselect(auid, event, class, sorf, in audit_commit() 659 } else if (audit_pipe_preselect(auid, event, class, AU_PRS_BOTH, 0)) { in audit_syscall_enter() 822 audit_pipe_preselect(auid, AUE_CORE, class, sorf, 0) == 0) in audit_proc_coredump()
|
| H A D | audit_private.h | 505 int audit_pipe_preselect(au_id_t auid, au_event_t event,
|