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: policy/modules/contrib/
Date: Sat, 09 Sep 2017 02:43:13
Message-Id: 1504910931.6a83af6917028efbce2bc00e2f9c8d850f42ed4d.perfinion@gentoo
1 commit: 6a83af6917028efbce2bc00e2f9c8d850f42ed4d
2 Author: David Sugar <dsugar <AT> tresys <DOT> com>
3 AuthorDate: Wed Aug 30 16:09:53 2017 +0000
4 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 8 22:48:51 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=6a83af69
7
8 wm: consolidate networkmanger interface calls into single optional
9
10 There was a networkmanager_* interface use not in an optional block. I moved it into an existing optional block that already had another networkmanager_* interface use.
11
12 policy/modules/contrib/wm.te | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/policy/modules/contrib/wm.te b/policy/modules/contrib/wm.te
16 index 65b57a4a..5986812f 100644
17 --- a/policy/modules/contrib/wm.te
18 +++ b/policy/modules/contrib/wm.te
19 @@ -70,8 +70,6 @@ miscfiles_read_fonts(wm_domain)
20 miscfiles_read_generic_certs(wm_domain)
21 miscfiles_read_localization(wm_domain)
22
23 -networkmanager_read_etc_files(wm_domain)
24 -
25 udev_read_pid_files(wm_domain)
26
27 # the following is needed by gnome-shell
28 @@ -123,6 +121,7 @@ optional_policy(`
29
30 optional_policy(`
31 networkmanager_dbus_chat(wm_domain)
32 + networkmanager_read_etc_files(wm_domain)
33 ')
34
35 optional_policy(`