PERFORCE change 80021 for review

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


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

Change 80021 by rwatson at rwatson_paprika on 2005/07/11 18:17:59

	Define audit event identifiers for a number of non-Solaris events.
	
	sendfile() is cross-platform, so don't mark as FreeBSD-centric.

Affected files ...

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

Differences ...

==== //depot/projects/trustedbsd/openbsm/bsm/audit_kevents.h#16 (text+ko) ====

@@ -291,12 +291,18 @@
 #define	AUE_COPYFILE		361
 #define	AUE_LUTIMES		362
 #define	AUE_LCHFLAGS		362	/* FreeBSD */
-#define	AUE_SENDFILE		363	/* FreeBSD */
+#define	AUE_SENDFILE		363
 #define	AUE_USELIB		364	/* Linux */
 #define	AUE_GETRESUID		365
 #define	AUE_SETRESUID		366
 #define	AUE_GETRESGID		367
 #define	AUE_SETRESGID		368
+#define	AUE_WAIT4		369	/* FreeBSD */
+#define	AUE_LGETFH		370	/* FreeBSD */
+#define	AUE_FHSTATFS		371	/* FreeBSD */
+#define	AUE_FHOPEN		372	/* FreeBSD */
+#define	AUE_FHSTAT		373	/* FreeBSD */
+#define	AUE_JAIL		374	/* FreeBSD */
 
 /*
  * 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