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/system/
Date: Sun, 25 Mar 2018 10:29:26
Message-Id: 1521970421.126835e553be3864edf003400c7ee272e0b20ce4.swift@gentoo
1 commit: 126835e553be3864edf003400c7ee272e0b20ce4
2 Author: Chris PeBenito <pebenito <AT> ieee <DOT> org>
3 AuthorDate: Sun Feb 18 16:24:04 2018 +0000
4 Commit: Sven Vermeulen <swift <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 25 09:33:41 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=126835e5
7
8 another trivial dbus patch from Russell Coker.
9
10 policy/modules/system/systemd.te | 3 ++-
11 1 file changed, 2 insertions(+), 1 deletion(-)
12
13 diff --git a/policy/modules/system/systemd.te b/policy/modules/system/systemd.te
14 index 66eaea42..e55d01ca 100644
15 --- a/policy/modules/system/systemd.te
16 +++ b/policy/modules/system/systemd.te
17 @@ -1,4 +1,4 @@
18 -policy_module(systemd, 1.5.2)
19 +policy_module(systemd, 1.5.3)
20
21 #########################################
22 #
23 @@ -479,6 +479,7 @@ optional_policy(`
24 ')
25
26 optional_policy(`
27 + devicekit_dbus_chat_disk(systemd_logind_t)
28 devicekit_dbus_chat_power(systemd_logind_t)
29 ')