Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Jun 2005 10:32:07 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 79278 for review
Message-ID:  <200506301032.j5UAW7S2011574@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=79278

Change 79278 by rwatson@rwatson_zoo on 2005/06/30 10:31:07

	Some additional event types for FreeBSD; in general straight from the
	trustedbsd_audit3 tree, except for the value of AUE_LCHFLAGS, which
	conflicted with the value of AUE_TASKFORPID in Darwin.

Affected files ...

.. //depot/projects/trustedbsd/openbsm/bsm/audit_kevents.h#8 edit

Differences ...

==== //depot/projects/trustedbsd/openbsm/bsm/audit_kevents.h#8 (text+ko) ====

@@ -223,6 +223,7 @@
 #define	AUE_SETTIMEOFDAY	313
 #define	AUE_FLOCK		314
 #define	AUE_MKFIFO		315
+#define	AUE_POLL		316
 #define	AUE_SOCKETPAIR		317
 #define	AUE_FUTIMES		318
 #define	AUE_SETSID		319
@@ -265,6 +266,8 @@
 #define	AUE_PTHREADKILL		350
 #define	AUE_PTHREADSIGMASK	351
 #define	AUE_AUDITCTL		352
+#define	AUE_RFORK		353
+#define	AUE_LCHMOD		354
 #define	AUE_SWAPOFF		355
 #define	AUE_INITPROCESS		356
 #define	AUE_MAPFD		357
@@ -272,6 +275,8 @@
 #define	AUE_PIDFORTASK		359
 #define	AUE_SYSCTL_NONADMIN	360
 #define	AUE_COPYFILE		361
+#define	AUE_LUTIMES		362
+#define	AUE_LCHFLAGS		358
 
 /*
  * XXXRW: Values not yet assigned.



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