diff options
author | rwatson <rwatson@FreeBSD.org> | 2009-09-29 21:25:59 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2009-09-29 21:25:59 +0000 |
commit | 73f8efa72d5c125475fbad60394b0a7e34054695 (patch) | |
tree | ef117c5d9b6823fe133ac79915755710ece28a4e /sys/bsm | |
parent | ef8505938aea0f883ebbebe52fd33eb26881b4d8 (diff) | |
download | FreeBSD-src-73f8efa72d5c125475fbad60394b0a7e34054695.zip FreeBSD-src-73f8efa72d5c125475fbad60394b0a7e34054695.tar.gz |
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
Diffstat (limited to 'sys/bsm')
-rw-r--r-- | sys/bsm/audit_kevents.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/bsm/audit_kevents.h b/sys/bsm/audit_kevents.h index 495ae23..f4f77a5 100644 --- a/sys/bsm/audit_kevents.h +++ b/sys/bsm/audit_kevents.h @@ -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 |