mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add audit events for process descriptor system calls, which will appear in
a future OpenBSM release. Sponsored by: Google Obtained from: TrustedBSD Project MFC after: 3 weeks
This commit is contained in:
parent
21fc30e1a3
commit
b2fc0323ae
1 changed files with 4 additions and 0 deletions
|
|
@ -598,6 +598,10 @@
|
|||
#define AUE_FSCTL 43194 /* Darwin. */
|
||||
#define AUE_FFSCTL 43195 /* Darwin. */
|
||||
#define AUE_LPATHCONF 43196 /* FreeBSD. */
|
||||
#define AUE_PDFORK 43197 /* FreeBSD. */
|
||||
#define AUE_PDKILL 43198 /* FreeBSD. */
|
||||
#define AUE_PDGETPID 43199 /* FreeBSD. */
|
||||
#define AUE_PDWAIT 43200 /* FreeBSD. */
|
||||
|
||||
/*
|
||||
* Darwin BSM uses a number of AUE_O_* definitions, which are aliased to the
|
||||
|
|
|
|||
Loading…
Reference in a new issue