PERFORCE change 80005 for review

Robert Watson rwatson at FreeBSD.org
Mon Jul 11 16:14:38 GMT 2005


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

Change 80005 by rwatson at rwatson_paprika on 2005/07/11 16:14:00

	Fix definition of AUE_SYSINFO, which was incorrectly 39 instead of
	239.
	
	Add definitions of AUE_SETREUID and AUE_SETREGID from OpenSolaris.

Affected files ...

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

Differences ...

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