mirror of
https://github.com/opnsense/src.git
synced 2026-07-16 04:22:59 -04:00
Add pdrfork to OpenBSM
PR: 292739 (cherry picked from commit 6253212608b4f513b1e298f11a630d9d0596560d)
This commit is contained in:
parent
f7bcd63052
commit
4aead2abda
2 changed files with 2 additions and 0 deletions
|
|
@ -613,6 +613,7 @@
|
|||
43263:AUE_SHMRENAME:shm_rename(2):ip
|
||||
43264:AUE_REALPATHAT:realpathat(2):fa
|
||||
43265:AUE_CLOSERANGE:close_range(2):cl
|
||||
43273:AUE_PDRFORK:pdrfork(2):pc
|
||||
#
|
||||
# Solaris userspace events.
|
||||
#
|
||||
|
|
|
|||
|
|
@ -655,6 +655,7 @@
|
|||
#define AUE_SHMRENAME 43263 /* FreeBSD-specific. */
|
||||
#define AUE_REALPATHAT 43264 /* FreeBSD-specific. */
|
||||
#define AUE_CLOSERANGE 43265 /* FreeBSD-specific. */
|
||||
#define AUE_PDRFORK 43273 /* FreeBSD-specific. */
|
||||
|
||||
/*
|
||||
* Darwin BSM uses a number of AUE_O_* definitions, which are aliased to the
|
||||
|
|
|
|||
Loading…
Reference in a new issue