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
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to