Gentoo Archives: gentoo-commits

From: Sven Vermeulen <swift@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/contrib/
Date: Sun, 25 Mar 2018 10:29:24
Message-Id: 1521970228.d2e8b8d134bb93e896d3c2c73487abe31406323a.swift@gentoo
1 commit: d2e8b8d134bb93e896d3c2c73487abe31406323a
2 Author: Chris PeBenito <pebenito <AT> ieee <DOT> org>
3 AuthorDate: Sun Feb 18 16:25:01 2018 +0000
4 Commit: Sven Vermeulen <swift <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 25 09:30:28 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=d2e8b8d1
7
8 another trivial dbus patch from Russell Coker.
9
10 policy/modules/contrib/dbus.te | 6 +++++-
11 1 file changed, 5 insertions(+), 1 deletion(-)
12
13 diff --git a/policy/modules/contrib/dbus.te b/policy/modules/contrib/dbus.te
14 index 0d84f3dd..0b3c3d9e 100644
15 --- a/policy/modules/contrib/dbus.te
16 +++ b/policy/modules/contrib/dbus.te
17 @@ -1,4 +1,4 @@
18 -policy_module(dbus, 1.24.1)
19 +policy_module(dbus, 1.24.2)
20
21 gen_require(`
22 class dbus all_dbus_perms;
23 @@ -192,6 +192,10 @@ optional_policy(`
24 udev_read_db(system_dbusd_t)
25 ')
26
27 +optional_policy(`
28 + unconfined_dbus_send(system_dbusd_t)
29 +')
30 +
31 optional_policy(`
32 xserver_read_xdm_lib_files(system_dbusd_t)
33 xserver_use_xdm_fds(system_dbusd_t)