PERFORCE change 104120 for review

Todd Miller millert at FreeBSD.org
Tue Aug 15 21:08:15 UTC 2006


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

Change 104120 by millert at millert_g4tower on 2006/08/15 21:07:15

	Policies shouldn't need to include mac.h - the entire policy 
	interface should be in mac_policy.h

Affected files ...

.. //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/sedarwin/avc/avc.c#2 edit
.. //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/sedarwin/sebsd.c#6 edit
.. //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/sedarwin/sebsd_alloc.c#2 edit

Differences ...

==== //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/sedarwin/avc/avc.c#2 (text+ko) ====

@@ -40,7 +40,6 @@
 
 #include <kern/lock.h>
 
-#include <security/mac.h>    
 #include <security/mac_policy.h>
 #include <security/mac_alloc.h>
 

==== //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/sedarwin/sebsd.c#6 (text+ko) ====

@@ -73,7 +73,6 @@
 #include <miscfs/devfs/devfs.h>
 #include <miscfs/devfs/devfsdefs.h>
 
-#include <security/mac.h>
 #include <security/mac_alloc.h>
 #include <security/mac_policy.h>
 #include <security/mac_data.h>

==== //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/sedarwin/sebsd_alloc.c#2 (text+ko) ====

@@ -32,7 +32,6 @@
 #include <sys/systm.h>
 #include <sys/malloc.h>
 
-#include <security/mac.h>
 #include <security/mac_policy.h>
 #include <security/mac_alloc.h>
 


More information about the p4-projects mailing list