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