mirror of
https://github.com/opnsense/src.git
synced 2026-03-26 20:53:08 -04:00
Merge r197624 from head to stable/8:
Add audit events for process descriptor system calls, which will appear in a future OpenBSM release. Sponsored by: Google Obtained from: TrustedBSD Project
This commit is contained in:
parent
cd6eecd4c7
commit
8c7e8169eb
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