From b2fc0323aeee453c02a343703d689798dcec267a Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Tue, 29 Sep 2009 21:25:59 +0000 Subject: [PATCH] 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 --- sys/bsm/audit_kevents.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sys/bsm/audit_kevents.h b/sys/bsm/audit_kevents.h index 495ae2358d58..f4f77a55163b 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