Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Aug 2006 21:08:14 GMT
From:      Todd Miller <millert@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 104120 for review
Message-ID:  <200608152108.k7FL8E4w064959@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=104120

Change 104120 by millert@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>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608152108.k7FL8E4w064959>