PERFORCE change 79278 for review
Robert Watson
rwatson at FreeBSD.org
Thu Jun 30 10:32:07 GMT 2005
http://perforce.freebsd.org/chv.cgi?CH=79278
Change 79278 by rwatson at 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.
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list