Date: Tue, 4 May 2004 06:00:59 -0700 (PDT) From: Chris Vance <cvance@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 52220 for review Message-ID: <200405041300.i44D0xhv065690@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=52220 Change 52220 by cvance@cvance_g5 on 2004/05/04 06:00:14 Add two scripts to help with the system installation procedures Affected files ... .. //depot/projects/trustedbsd/sedarwin73/policy/Makefile#4 edit .. //depot/projects/trustedbsd/sedarwin73/policy/create-extattr.sh#1 add .. //depot/projects/trustedbsd/sedarwin73/policy/sebsd-relabel.sh#1 add Differences ... ==== //depot/projects/trustedbsd/sedarwin73/policy/Makefile#4 (text+ko) ==== @@ -1,6 +1,7 @@ include ../Makeconfig POLICY= policy.16 +SCRIPTS= create-extattr.sh sebsd-relabel.sh all: $(POLICY) @@ -32,5 +33,6 @@ install: $(INSTALL) -o ${BINOWN} -g ${BINGRP} -m 644 ${POLICY} ${POLICYDIR} + $(INSTALL) -o ${BINOWN} -g ${BINGRP} -m 700 ${SCRIPTS} ${DESTDIR}/private/etc/ .include <bsd.prog.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405041300.i44D0xhv065690>