From 05c6f04d2edba80978618a795ee5472fdc3636a4 Mon Sep 17 00:00:00 2001 From: Chris PeBenito Date: Oct 27 2005 17:48:16 +0000 Subject: dont remove home dir templates from base.fc --- diff --git a/refpolicy/Rules.modular b/refpolicy/Rules.modular index e5b28bd..553c13b 100644 --- a/refpolicy/Rules.modular +++ b/refpolicy/Rules.modular @@ -134,8 +134,6 @@ endif @echo "Creating $(NAME) base module file contexts." @test -d tmp || mkdir -p tmp $(QUIET) m4 $(M4PARAM) $(M4SUPPORT) tmp/generated_definitions.conf $(BASE_FC_FILES) > tmp/$@.tmp - $(QUIET) grep -e HOME -e ROLE tmp/$@.tmp > $(HOMEDIR_TEMPLATE) - $(QUIET) sed -i -e /HOME/d -e /ROLE/d tmp/$@.tmp $(QUIET) $(FCSORT) tmp/$@.tmp $@ ########################################