PERFORCE change 103300 for review
Robert Watson
rwatson at FreeBSD.org
Sat Aug 5 23:51:14 UTC 2006
http://perforce.freebsd.org/chv.cgi?CH=103300
Change 103300 by rwatson at rwatson_zoo on 2006/08/05 23:50:53
FreeBSD include files.
Affected files ...
.. //depot/projects/trustedbsd/audit3/sys/security/mac/mac_audit.c#3 edit
Differences ...
==== //depot/projects/trustedbsd/audit3/sys/security/mac/mac_audit.c#3 (text+ko) ====
@@ -36,16 +36,13 @@
*/
#include <sys/param.h>
-#include <sys/types.h>
-#include <sys/vnode.h>
-#include <sys/vnode_internal.h>
-#include <sys/queue.h>
-#include <security/mac_internal.h>
-#include <bsd/bsm/audit.h>
-#include <bsd/bsm/audit_kernel.h>
-#include <bsd/sys/malloc.h>
-#include <vm/vm_kern.h>
-#include <kern/kalloc.h>
+#include <sys/module.h>
+#include <sys/mac.h>
+#include <sys/mac_policy.h>
+
+#include <security/audit/audit.h>
+
+#include <security/mac/mac_internal.h>
int
mac_check_system_audit(struct ucred *cred, void *record, int length)
More information about the trustedbsd-cvs
mailing list