commit: 3b341978b190d40b178cee85d0fb511d9d94f4c0 Author: cgzones <cgzones <AT> googlemail <DOT> com> AuthorDate: Thu Jan 5 10:40:32 2017 +0000 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org> CommitDate: Tue Feb 21 07:03:24 2017 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=3b341978
systemd_cgroups_t: fix denials policy/modules/system/systemd.te | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/policy/modules/system/systemd.te b/policy/modules/system/systemd.te index 4bd7f9b3..395f62cd 100644 --- a/policy/modules/system/systemd.te +++ b/policy/modules/system/systemd.te @@ -185,6 +185,10 @@ fs_register_binary_executable_type(systemd_binfmt_t) kernel_domtrans_to(systemd_cgroups_t, systemd_cgroups_exec_t) kernel_dgram_send(systemd_cgroups_t) +selinux_getattr_fs(systemd_cgroups_t) + +# write to /run/systemd/cgroups-agent +init_dgram_send(systemd_cgroups_t) init_stream_connect(systemd_cgroups_t) systemd_log_parse_environment(systemd_cgroups_t)
