PERFORCE change 118467 for review

Robert Watson rwatson at FreeBSD.org
Fri Apr 20 13:05:52 UTC 2007


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

Change 118467 by rwatson at rwatson_zoo on 2007/04/20 13:05:50

	More include file updating for MAC control of audit.

Affected files ...

.. //depot/projects/trustedbsd/audit3/sys/security/audit/audit_syscalls.c#34 edit

Differences ...

==== //depot/projects/trustedbsd/audit3/sys/security/audit/audit_syscalls.c#34 (text+ko) ====

@@ -39,7 +39,6 @@
 #include "opt_mac.h"
 
 #include <sys/param.h>
-#include <sys/mac.h>
 #include <sys/mount.h>
 #include <sys/namei.h>
 #include <sys/priv.h>
@@ -52,8 +51,10 @@
 
 #include <bsm/audit.h>
 #include <bsm/audit_kevents.h>
+
 #include <security/audit/audit.h>
 #include <security/audit/audit_private.h>
+#include <security/mac/mac_framework.h>
 
 SYSCTL_NODE(_security, OID_AUTO, audit, CTLFLAG_RW, 0,
     "TrustedBSD audit controls");


More information about the p4-projects mailing list