From 8e86e4e7a1ad419c4c69d19a54016b2be594afee Mon Sep 17 00:00:00 2001 From: Chris PeBenito Date: Mon, 12 Jun 2006 15:42:13 +0000 Subject: [PATCH] fix typo --- refpolicy/Rules.monolithic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/refpolicy/Rules.monolithic b/refpolicy/Rules.monolithic index bb3133e89..02a5f0858 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) ########################################