PERFORCE change 80007 for review

Robert Watson rwatson at FreeBSD.org
Mon Jul 11 16:18:46 GMT 2005


http://perforce.freebsd.org/chv.cgi?CH=80007

Change 80007 by rwatson at rwatson_paprika on 2005/07/11 16:17:51

	Integrate additional audit events from OpenBSM contrib drop to
	BSM kernel drop.

Affected files ...

.. //depot/projects/trustedbsd/audit3/sys/bsm/audit_kevents.h#5 integrate

Differences ...

==== //depot/projects/trustedbsd/audit3/sys/bsm/audit_kevents.h#5 (text+ko) ====

@@ -69,7 +69,8 @@
 #define	AUE_SETSOCKOPT		35
 #define	AUE_FCHOWN		38
 #define	AUE_FCHMOD		39
-#define	AUE_SYSINFO		39
+#define	AUE_SETREUID		40
+#define	AUE_SETREGID		41
 #define	AUE_RENAME		42
 #define	AUE_SHUTDOWN		46
 #define	AUE_MKDIR		47
@@ -195,6 +196,7 @@
 #define	AUE_LXSTAT		236
 #define	AUE_LCHOWN		237
 #define	AUE_MEMCNTL		238
+#define	AUE_SYSINFO		239
 #define	AUE_XMKNOD		240
 #define	AUE_FORK1		241
 #define	AUE_MODLOAD		243
@@ -288,7 +290,13 @@
 #define	AUE_SYSCTL_NONADMIN	360
 #define	AUE_COPYFILE		361
 #define	AUE_LUTIMES		362
-#define	AUE_LCHFLAGS		358
+#define	AUE_LCHFLAGS		362	/* FreeBSD */
+#define	AUE_SENDFILE		363	/* FreeBSD */
+#define	AUE_USELIB		364	/* Linux */
+#define	AUE_GETRESUID		365
+#define	AUE_SETRESUID		366
+#define	AUE_GETRESGID		367
+#define	AUE_SETRESGID		368
 
 /*
  * XXXRW: Values not yet assigned.


More information about the p4-projects mailing list