aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2021-02-01 20:05:19 +0100
committerJason Zaman <perfinion@gentoo.org>2021-02-06 12:54:11 -0800
commitfc8dab0ab22890514d6376a71fae781467053c82 (patch)
tree5155729b5dc34d4273c0a9c1e80e61193fce9735
parentPreset OUTPUT_POLICY to 32 (diff)
downloadhardened-refpolicy-fc8dab0a.tar.gz
hardened-refpolicy-fc8dab0a.tar.bz2
hardened-refpolicy-fc8dab0a.zip
Rules.monolithic: do not suppress load_policy warning messages
Also do not supply the policy path, it is ignored since at least 2008 (https://github.com/SELinuxProject/selinux/commit/13cd4c8960688af11ad23b4c946149015c80d549). /usr/sbin/load_policy: Warning! Policy file argument (/etc/selinux/debian/policy/policy.32) is no longer supported, installed policy is always loaded. Continuing... Signed-off-by: Christian Göttsche <cgzones@googlemail.com> Signed-off-by: Jason Zaman <perfinion@gentoo.org>
-rw-r--r--Rules.monolithic2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rules.monolithic b/Rules.monolithic
index 65529d388..925575297 100644
--- a/Rules.monolithic
+++ b/Rules.monolithic
@@ -111,7 +111,7 @@ ifneq ($(polbinpath).$(pv),$(loadpath))
Check $(topdir)/config file entry is: "SELINUXTYPE=$(NAME)")
endif
@echo "Loading $(NAME) $(loadpath)"
- $(verbose) $(LOADPOLICY) -q $(loadpath)
+ $(verbose) $(LOADPOLICY)
########################################
#