Date: Sun, 01 Feb 2026 21:41:12 +0000 From: Konstantin Belousov <kib@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Cc: Alan Somers <asomers@FreeBSD.org> Subject: git: 4aead2abdae2 - stable/15 - Add pdrfork to OpenBSM Message-ID: <697fc878.3d2a6.7ba03174@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch stable/15 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=4aead2abdae203ce2da455ca831a44f8b323ca60 commit 4aead2abdae203ce2da455ca831a44f8b323ca60 Author: Alan Somers <asomers@FreeBSD.org> AuthorDate: 2026-01-26 19:10:50 +0000 Commit: Konstantin Belousov <kib@FreeBSD.org> CommitDate: 2026-02-01 21:38:50 +0000 Add pdrfork to OpenBSM PR: 292739 (cherry picked from commit 6253212608b4f513b1e298f11a630d9d0596560d) --- contrib/openbsm/etc/audit_event | 1 + contrib/openbsm/sys/bsm/audit_kevents.h | 1 + 2 files changed, 2 insertions(+) diff --git a/contrib/openbsm/etc/audit_event b/contrib/openbsm/etc/audit_event index 31b4adc221a6..65090a787a56 100644 --- a/contrib/openbsm/etc/audit_event +++ b/contrib/openbsm/etc/audit_event @@ -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. # diff --git a/contrib/openbsm/sys/bsm/audit_kevents.h b/contrib/openbsm/sys/bsm/audit_kevents.h index ec51f501e3a7..4e56e0b98db2 100644 --- a/contrib/openbsm/sys/bsm/audit_kevents.h +++ b/contrib/openbsm/sys/bsm/audit_kevents.h @@ -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 thehome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?697fc878.3d2a6.7ba03174>
