From 8e86e4e7a1ad419c4c69d19a54016b2be594afee Mon Sep 17 00:00:00 2001 From: Chris PeBenito Date: Jun 12 2006 15:42:13 +0000 Subject: fix typo --- diff --git a/refpolicy/Rules.monolithic b/refpolicy/Rules.monolithic index bb3133e..02a5f08 100644 --- a/refpolicy/Rules.monolithic +++ b/refpolicy/Rules.monolithic @@ -160,7 +160,7 @@ $(TMPDIR)/all_attrs_types.conf $(TMPDIR)/only_te_rules.conf $(TMPDIR)/all_post.c enableaudit: $(POLICY_CONF) @test -d $(TMPDIR) || mkdir -p $(TMPDIR) @echo "Removing dontaudit rules from $(notdir $(POLICY_CONF))" - $(verbose) $(GREP) -v dontaudit @^ > $(TMPDIR)/policy.audit + $(verbose) $(GREP) -v dontaudit $^ > $(TMPDIR)/policy.audit $(verbose) mv $(TMPDIR)/policy.audit $(POLICY_CONF) ########################################