Gentoo Archives: gentoo-commits

From: Jason Zaman <perfinion@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: /
Date: Sun, 07 Feb 2021 03:20:10
Message-Id: 1612644851.fc8dab0ab22890514d6376a71fae781467053c82.perfinion@gentoo
1 commit: fc8dab0ab22890514d6376a71fae781467053c82
2 Author: Christian Göttsche <cgzones <AT> googlemail <DOT> com>
3 AuthorDate: Mon Feb 1 19:05:19 2021 +0000
4 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 6 20:54:11 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=fc8dab0a
7
8 Rules.monolithic: do not suppress load_policy warning messages
9
10 Also do not supply the policy path, it is ignored since at least 2008
11 (https://github.com/SELinuxProject/selinux/commit/13cd4c8960688af11ad23b4c946149015c80d549).
12
13 /usr/sbin/load_policy: Warning! Policy file argument (/etc/selinux/debian/policy/policy.32) is no longer supported, installed policy is always loaded. Continuing...
14
15 Signed-off-by: Christian Göttsche <cgzones <AT> googlemail.com>
16 Signed-off-by: Jason Zaman <perfinion <AT> gentoo.org>
17
18 Rules.monolithic | 2 +-
19 1 file changed, 1 insertion(+), 1 deletion(-)
20
21 diff --git a/Rules.monolithic b/Rules.monolithic
22 index 65529d38..92557529 100644
23 --- a/Rules.monolithic
24 +++ b/Rules.monolithic
25 @@ -111,7 +111,7 @@ ifneq ($(polbinpath).$(pv),$(loadpath))
26 Check $(topdir)/config file entry is: "SELINUXTYPE=$(NAME)")
27 endif
28 @echo "Loading $(NAME) $(loadpath)"
29 - $(verbose) $(LOADPOLICY) -q $(loadpath)
30 + $(verbose) $(LOADPOLICY)
31
32 ########################################
33 #