svn commit: r200490 - stable/8/sys/bsm

Robert Watson rwatson at FreeBSD.org
Sun Dec 13 16:15:56 PST 2009


Author: rwatson
Date: Mon Dec 14 00:15:56 2009
New Revision: 200490
URL: http://svn.freebsd.org/changeset/base/200490

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

Modified:
  stable/8/sys/bsm/audit_kevents.h
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)
  stable/8/sys/dev/xen/xenpci/   (props changed)

Modified: stable/8/sys/bsm/audit_kevents.h
==============================================================================
--- stable/8/sys/bsm/audit_kevents.h	Mon Dec 14 00:12:07 2009	(r200489)
+++ stable/8/sys/bsm/audit_kevents.h	Mon Dec 14 00:15:56 2009	(r200490)
@@ -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-stable mailing list