From owner-p4-projects@FreeBSD.ORG Thu Nov 20 19:48:59 2003 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 1046716A4D0; Thu, 20 Nov 2003 19:48:59 -0800 (PST) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DEDA916A4CE for ; Thu, 20 Nov 2003 19:48:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DD7F43FBF for ; Thu, 20 Nov 2003 19:48:57 -0800 (PST) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAL3mvXJ034721 for ; Thu, 20 Nov 2003 19:48:57 -0800 (PST) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAL3muV1034717 for perforce@freebsd.org; Thu, 20 Nov 2003 19:48:56 -0800 (PST) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Thu, 20 Nov 2003 19:48:56 -0800 (PST) Message-Id: <200311210348.hAL3muV1034717@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson To: Perforce Change Reviews Subject: PERFORCE change 42873 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 03:48:59 -0000 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