PERFORCE change 84168 for review

Todd Miller millert at FreeBSD.org
Fri Sep 23 17:00:06 GMT 2005


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

Change 84168 by millert at millert_ibook on 2005/09/23 16:59:21

	sync Makefile.install with Makefile so "make" in /etc/sedarwin/policy
	will actually succeed.
	Reviewed by:	deker

Affected files ...

.. //depot/projects/trustedbsd/sedarwin7/src/sedarwin/policy/Makefile.install#3 edit

Differences ...

==== //depot/projects/trustedbsd/sedarwin7/src/sedarwin/policy/Makefile.install#3 (text+ko) ====

@@ -3,15 +3,15 @@
 
 all: $(POLICY)
 
-INPUTS = flask/security_classes initial_sids \
-	flask/access_vectors rules.m4 users initial_sid_contexts fs_use \
+INPUTS = flask/security_classes mig_classes initial_sids \
+	flask/access_vectors mig_access_vectors rules.m4 users initial_sid_contexts fs_use \
 	devfs
 
 policy.conf: $(INPUTS)
 	cat $(INPUTS) > policy.conf
 
 $(POLICY): policy.conf
-	checkpolicy -o $(POLICY) policy.conf
+	checkpolicy -c 17 -o $(POLICY) policy.conf
 
 rules.m4: rules
 	m4 -Imacros -s rules > rules.m4
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