PERFORCE change 71771 for review
Kelly Djahandari
kelly at FreeBSD.org
Thu Feb 24 23:09:16 GMT 2005
http://perforce.freebsd.org/chv.cgi?CH=71771
Change 71771 by kelly at kelly_riveroaks2.earthlink.net on 2005/02/24 23:08:50
Modified to get the list of multilabel file systems
for sebsd_setfiles. Otherwise, file systems are null
and sebsd_setfiles returns 'invalid argument'.
Affected files ...
.. //depot/projects/trustedbsd/sebsd/contrib/sebsd/policy/Makefile#16 edit
Differences ...
==== //depot/projects/trustedbsd/sebsd/contrib/sebsd/policy/Makefile#16 (text+ko) ====
@@ -48,8 +48,8 @@
INSTALLCMD = install -c -o root -g wheel -m 400
APPCONFDIR = $(DESTDIR)/etc/security
-MULTILABELMOUNTS != /sbin/mount -t ufs -p | \
- /usr/bin/awk '{if (match($$4, "multilabel")) {print $$2}}'
+MULTILABELMOUNTS = $(shell /sbin/mount -t ufs -p | \
+ /usr/bin/awk '{if (match($$4, "multilabel")) {print $$2}}')
UNUSED_TE_FILES := $(wildcard domains/program/unused/*.te)
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