Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Jul 2002 13:30:57 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 13739 for review
Message-ID:  <200207022030.g62KUvTK095423@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=13739

Change 13739 by rwatson@rwatson_tislabs on 2002/07/02 13:30:24

	Use ${CHECKPOLICY} instead of relying implicitly on the path
	including /sbin.

Affected files ...

.. //depot/projects/trustedbsd/mac/contrib/sebsd/policy/Makefile#2 edit

Differences ...

==== //depot/projects/trustedbsd/mac/contrib/sebsd/policy/Makefile#2 (text+ko) ====

@@ -30,7 +30,7 @@
 ALLDOMAINS != ls domains/*.te domains/misc/*.te domains/program/*.te
 
 policy.11: policy.conf
-	sebsd_checkpolicy -o policy.11 policy.conf
+	${CHECKPOLICY} -o policy.11 policy.conf
 
 policy.conf: tmp $(FLASKFILES) $(POLICYFILES) $(MACROFILES)
 	$(M4) $(FLASKFILES) $(POLICYFILES) > policy.conf

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




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