Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Nov 2003 19:48:56 -0800 (PST)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 42873 for review
Message-ID:  <200311210348.hAL3muV1034717@repoman.freebsd.org>

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

Change 42873 by rwatson@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



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