aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Trentalancia <guido@trentalancia.net>2016-09-02 12:58:42 +0200
committerJason Zaman <jason@perfinion.com>2016-10-03 14:04:21 +0800
commit391da117c4dab1243301109583d3b9dc3e4ae9b9 (patch)
tree2601e69c40658c0b0f14f02d25ba1388dc88b8c7 /Rules.modular
parentUse $(AWK) not plain awk (diff)
downloadhardened-refpolicy-391da117c4dab1243301109583d3b9dc3e4ae9b9.tar.gz
hardened-refpolicy-391da117c4dab1243301109583d3b9dc3e4ae9b9.tar.bz2
hardened-refpolicy-391da117c4dab1243301109583d3b9dc3e4ae9b9.zip
Remove deprecated semodule options from Makefile
Avoid using deprecated semodule options (-b or --base) during "make load". Signed-off-by: Guido Trentalancia <guido@trentalancia.net>
Diffstat (limited to 'Rules.modular')
-rw-r--r--Rules.modular2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rules.modular b/Rules.modular
index b1469f0b..80cf8fd2 100644
--- a/Rules.modular
+++ b/Rules.modular
@@ -55,7 +55,7 @@ load: $(instpkg) $(appfiles)
# created by semanage
@echo "Loading configured modules."
@$(INSTALL) -d -m 0755 $(policypath) $(dir $(fcpath))
- $(verbose) $(SEMODULE) -s $(NAME) -b $(modpkgdir)/$(notdir $(base_pkg)) $(foreach mod,$(mod_pkgs),-i $(modpkgdir)/$(mod))
+ $(verbose) $(SEMODULE) -s $(NAME) -i $(modpkgdir)/$(notdir $(base_pkg)) $(foreach mod,$(mod_pkgs),-i $(modpkgdir)/$(mod))
########################################
#