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/system/
Date: Thu, 17 Dec 2015 16:10:45
Message-Id: 1450365922.ab78c64635ddaf28fa45ee087c1e96838779dce3.perfinion@gentoo
1 commit: ab78c64635ddaf28fa45ee087c1e96838779dce3
2 Author: Dominick Grift <dac.override <AT> gmail <DOT> com>
3 AuthorDate: Tue Dec 8 20:47:38 2015 +0000
4 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 17 15:25:22 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=ab78c646
7
8 systemd: add missing file context spec for systemd-user-sessions executable file
9
10 Signed-off-by: Dominick Grift <dac.override <AT> gmail.com>
11
12 policy/modules/system/systemd.fc | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/policy/modules/system/systemd.fc b/policy/modules/system/systemd.fc
16 index 864979d..a0b5f0b 100644
17 --- a/policy/modules/system/systemd.fc
18 +++ b/policy/modules/system/systemd.fc
19 @@ -17,6 +17,7 @@
20 /usr/lib/systemd/systemd-localed -- gen_context(system_u:object_r:systemd_locale_exec_t,s0)
21 /usr/lib/systemd/systemd-logind -- gen_context(system_u:object_r:systemd_logind_exec_t,s0)
22 /usr/lib/systemd/systemd-machined -- gen_context(system_u:object_r:systemd_machined_exec_t,s0)
23 +/usr/lib/systemd/systemd-user-sessions -- gen_context(system_u:object_r:systemd_sessions_exec_t,s0)
24
25 # Systemd unit files
26 /usr/lib/systemd/system/[^/]*halt.* -- gen_context(system_u:object_r:power_unit_t,s0)