[selinux-policy: 2034/3172] trunk: Remove enableaudit target from modular build as semodule -DB supplants it.

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 22:00:39 UTC 2010


commit b19f862271323e12398f4f8c807d3e29456ff0ce
Author: Chris PeBenito <cpebenito at tresys.com>
Date:   Wed Oct 15 14:30:14 2008 +0000

    trunk: Remove enableaudit target from modular build as semodule -DB supplants it.

 Changelog     |    2 ++
 Rules.modular |   10 ----------
 2 files changed, 2 insertions(+), 10 deletions(-)
---
diff --git a/Changelog b/Changelog
index acf4405..5458ffb 100644
--- 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 at tresys.com> - 20081014
 - Debian update for NetworkManager/wpa_supplicant from Martin Orr.
 - Logrotate and Bind updates from Vaclav Ovsik.
diff --git a/Rules.modular b/Rules.modular
index e94bf5d..6c5f58e 100644
--- a/Rules.modular
+++ b/Rules.modular
@@ -192,16 +192,6 @@ endif
 
 ########################################
 #
-# 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
 #
 $(appdir)/customizable_types: $(base_conf)


More information about the scm-commits mailing list