Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Sep 2009 21:25:59 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r197624 - head/sys/bsm
Message-ID:  <200909292126.n8TLQ0Lf096226@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rwatson
Date: Tue Sep 29 21:25:59 2009
New Revision: 197624
URL: http://svn.freebsd.org/changeset/base/197624

Log:
  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

Modified:
  head/sys/bsm/audit_kevents.h

Modified: head/sys/bsm/audit_kevents.h
==============================================================================
--- head/sys/bsm/audit_kevents.h	Tue Sep 29 19:57:06 2009	(r197623)
+++ head/sys/bsm/audit_kevents.h	Tue Sep 29 21:25:59 2009	(r197624)
@@ -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?200909292126.n8TLQ0Lf096226>