PERFORCE change 79979 for review

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


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

Change 79979 by rwatson at rwatson_paprika on 2005/07/11 11:57:36

	Allocate BSM event ID for sendfile().
	
	Change BSM event ID for lchflags() to avoid a conflict with Darwin's
	taskforpid().

Affected files ...

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

Differences ...

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

@@ -288,7 +288,8 @@
 #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 */
 
 /*
  * 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