Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Jul 2005 16:14:38 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 80005 for review
Message-ID:  <200507111614.j6BGEcYO059756@repoman.freebsd.org>

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

Change 80005 by rwatson@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



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