PERFORCE change 80905 for review

Wayne Salamon wsalamon at FreeBSD.org
Sun Jul 24 14:38:08 GMT 2005


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

Change 80905 by wsalamon at gretsch on 2005/07/24 14:37:51

	Integrate new events from OpenBSM branch into TrustedBSD audit3 branch.

Affected files ...

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

Differences ...

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

@@ -291,12 +291,21 @@
 #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 */
+#define	AUE_NSTAT		375	/* FreeBSD/NetBSD */
+#define	AUE_NFSTAT		376	/* FreeBSD/NetBSD */
+#define	AUE_NLSTAT		377	/* FreeBSD/NetBSD */
 
 /*
  * XXXRW: Values not yet assigned.


More information about the p4-projects mailing list