Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Oct 2009 21:32:29 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r197872 - projects/capabilities8/sys/bsm
Message-ID:  <200910082132.n98LWTVq033831@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200910082132.n98LWTVq033831>