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 $@ ########################################