mirror of
https://github.com/opnsense/src.git
synced 2026-03-04 14:24:23 -05:00
- td_ar to struct thread, which holds the in-progress audit record during a system call. - p_au to struct proc, which holds per-process audit state, such as the audit identifier, audit terminal, and process audit masks. In the earlier implementation, td_ar was added to the zero'd section of struct thread. In order to facilitate merging to RELENG_6, it has been moved to the end of the data structure, requiring explicit initalization in the thread constructor. Much help from: wsalamon Obtained from: TrustedBSD Project |
||
|---|---|---|
| .. | ||
| audit.c | ||
| audit.h | ||
| audit_arg.c | ||
| audit_bsm.c | ||
| audit_bsm_klib.c | ||
| audit_bsm_token.c | ||
| audit_private.h | ||
| audit_syscalls.c | ||
| audit_trigger.c | ||