commit: fc8dab0ab22890514d6376a71fae781467053c82 Author: Christian Göttsche <cgzones <AT> googlemail <DOT> com> AuthorDate: Mon Feb 1 19:05:19 2021 +0000 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org> CommitDate: Sat Feb 6 20:54:11 2021 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=fc8dab0a
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 <AT> googlemail.com> Signed-off-by: Jason Zaman <perfinion <AT> gentoo.org> Rules.monolithic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rules.monolithic b/Rules.monolithic index 65529d38..92557529 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) ######################################## #
