PERFORCE change 80006 for review

Robert Watson rwatson at FreeBSD.org
Mon Jul 11 16:17:42 GMT 2005


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

Change 80006 by rwatson at rwatson_paprika on 2005/07/11 16:16:46

	Integrate additional audit events from OpenBSM into TrustedBSD
	audit3 branch.

Affected files ...

.. //depot/projects/trustedbsd/audit3/contrib/openbsm/bsm/audit_kevents.h#4 integrate

Differences ...

==== //depot/projects/trustedbsd/audit3/contrib/openbsm/bsm/audit_kevents.h#4 (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.
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