PERFORCE change 42873 for review

Robert Watson rwatson at FreeBSD.org
Fri Nov 21 03:48:56 GMT 2003


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

Change 42873 by rwatson at rwatson_powerbook on 2003/11/20 19:48:52

	Attempt to find policy pieces in the flask directory under
	the xnu tree.  Not quite sure if this is right.

Affected files ...

.. //depot/projects/trustedbsd/sedarwin/policy/Makefile#3 edit

Differences ...

==== //depot/projects/trustedbsd/sedarwin/policy/Makefile#3 (text+ko) ====

@@ -1,8 +1,12 @@
+include ../Makeconfig
+
+FLASK=$(DARWIN)/security/sebsd/flask
 
 default: policy.h
 
-INPUTS = flask/security_classes flask/initial_sids flask/access_vectors \
-         rules.m4 users initial_sid_contexts fs_use devfs
+INPUTS = $(FLASK)/security_classes $(FLASK)/initial_sids \
+	$(FLASK)/access_vectors rules.m4 users initial_sid_contexts fs_use \
+	devfs
 
 policy.conf: $(INPUTS)
 	cat $(INPUTS) > policy.conf
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