svn commit: r197872 - projects/capabilities8/sys/bsm

Robert Watson rwatson at FreeBSD.org
Thu Oct 8 21:32:29 UTC 2009


Author: rwatson
Date: Thu Oct  8 21:32:29 2009
New Revision: 197872
URL: http://svn.freebsd.org/changeset/base/197872

Log:
  Manually merge r197624 from head to capabilities8:
  
    Add audit events for process descriptor system calls, which will appear in
    a future OpenBSM release.
  
    Sponsored by:   Google
    Obtained from:  TrustedBSD Project

Modified:
  projects/capabilities8/sys/bsm/audit_kevents.h

Modified: projects/capabilities8/sys/bsm/audit_kevents.h
==============================================================================
--- projects/capabilities8/sys/bsm/audit_kevents.h	Thu Oct  8 21:14:16 2009	(r197871)
+++ projects/capabilities8/sys/bsm/audit_kevents.h	Thu Oct  8 21:32:29 2009	(r197872)
@@ -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


More information about the svn-src-projects mailing list