]> git.ipfire.org Git - people/stevee/selinux-policy.git/commitdiff
trunk: Remove enableaudit target from modular build as semodule -DB supplants it.
authorChris PeBenito <cpebenito@tresys.com>
Wed, 15 Oct 2008 14:30:14 +0000 (14:30 +0000)
committerChris PeBenito <cpebenito@tresys.com>
Wed, 15 Oct 2008 14:30:14 +0000 (14:30 +0000)
Changelog
Rules.modular

index acf44054a5ba64abf339a75904f250c002a308b5..5458ffb9624726f59496457dbc18b1374c28a163 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,5 @@
+- Remove enableaudit target from modular build as semodule -DB supplants it.
+
 * Tue Oct 14 2008 Chris PeBenito <selinux@tresys.com> - 20081014
 - Debian update for NetworkManager/wpa_supplicant from Martin Orr.
 - Logrotate and Bind updates from Vaclav Ovsik.
index e94bf5d0fd8b05be74fe3bbb6c380a2ee90d339c..6c5f58ed9c19a9853b6460a5ae3096948ce98a71 100644 (file)
@@ -190,16 +190,6 @@ endif
        @test -d $(tmpdir) || mkdir -p $(tmpdir)
        $(verbose) $(M4) $(M4PARAM) $^ > $@
 
-########################################
-#
-# Remove the dontaudit rules from the base.conf
-#
-enableaudit: $(base_conf)
-       @test -d $(tmpdir) || mkdir -p $(tmpdir)
-       @echo "Removing dontaudit rules from $(^F)"
-       $(verbose) $(GREP) -v dontaudit $(base_conf) > $(tmpdir)/base.audit
-       $(verbose) mv $(tmpdir)/base.audit $(base_conf)
-
 ########################################
 #
 # Appconfig files