From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 41810139694 for ; Tue, 21 Feb 2017 07:12:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F5EB21C212; Tue, 21 Feb 2017 07:12:08 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7AE9321C212 for ; Tue, 21 Feb 2017 07:11:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9B78334105A for ; Tue, 21 Feb 2017 07:11:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 818D34F4C for ; Tue, 21 Feb 2017 07:11:49 +0000 (UTC) From: "Jason Zaman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" Message-ID: <1487660604.3b341978b190d40b178cee85d0fb511d9d94f4c0.perfinion@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/system/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/system/systemd.te X-VCS-Directories: policy/modules/system/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 3b341978b190d40b178cee85d0fb511d9d94f4c0 X-VCS-Branch: master Date: Tue, 21 Feb 2017 07:11:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9132c29a-4d58-4da1-b252-3e4ee184fb93 X-Archives-Hash: 33a98a84ffb2ccef0c0195e8c335fe6b commit: 3b341978b190d40b178cee85d0fb511d9d94f4c0 Author: cgzones googlemail com> AuthorDate: Thu Jan 5 10:40:32 2017 +0000 Commit: Jason Zaman gentoo 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)