PERFORCE change 52220 for review
Chris Vance
cvance at FreeBSD.org
Tue May 4 13:00:59 GMT 2004
http://perforce.freebsd.org/chv.cgi?CH=52220
Change 52220 by cvance at 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>
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