trunk: Remove enableaudit target from modular build as semodule -DB supplants it.
This commit is contained in:
parent
40db860272
commit
b19f862271
|
@ -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
|
* Tue Oct 14 2008 Chris PeBenito <selinux@tresys.com> - 20081014
|
||||||
- Debian update for NetworkManager/wpa_supplicant from Martin Orr.
|
- Debian update for NetworkManager/wpa_supplicant from Martin Orr.
|
||||||
- Logrotate and Bind updates from Vaclav Ovsik.
|
- Logrotate and Bind updates from Vaclav Ovsik.
|
||||||
|
|
|
@ -190,16 +190,6 @@ endif
|
||||||
@test -d $(tmpdir) || mkdir -p $(tmpdir)
|
@test -d $(tmpdir) || mkdir -p $(tmpdir)
|
||||||
$(verbose) $(M4) $(M4PARAM) $^ > $@
|
$(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
|
# Appconfig files
|
||||||
|
|
Loading…
Reference in New Issue