From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id DFF6B1384B4 for ; Fri, 18 Dec 2015 03:49:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5056421C00F; Fri, 18 Dec 2015 03:49:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9BE1421C00F for ; Fri, 18 Dec 2015 03:49:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6FD8033FE7D for ; Fri, 18 Dec 2015 03:49:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 55EC9C88 for ; Fri, 18 Dec 2015 03:49:21 +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: <1450409579.b88becf9d92e6db7a0d1c31cdf8b720088b0fffd.perfinion@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:next commit in: policy/modules/contrib/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/contrib/portage.te X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: b88becf9d92e6db7a0d1c31cdf8b720088b0fffd X-VCS-Branch: next Date: Fri, 18 Dec 2015 03:49:21 +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: ffb060b4-43cc-4272-853c-522a74849a1b X-Archives-Hash: 3c18463fb0113ebcd39b8de7c763b453 commit: b88becf9d92e6db7a0d1c31cdf8b720088b0fffd Author: Jason Zaman perfinion com> AuthorDate: Mon Nov 23 15:23:32 2015 +0000 Commit: Jason Zaman gentoo org> CommitDate: Fri Dec 18 03:32:59 2015 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=b88becf9 portage: allow portage to rw all MLS levels policy/modules/contrib/portage.te | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/policy/modules/contrib/portage.te b/policy/modules/contrib/portage.te index 2f62eb6..19bd8c8 100644 --- a/policy/modules/contrib/portage.te +++ b/policy/modules/contrib/portage.te @@ -449,6 +449,11 @@ gen_tunable(portage_enable_test, false) corecmd_relabel_bin_files(portage_t) corecmd_relabel_bin_lnk_files(portage_t) + mls_file_read_all_levels(portage_t) + mls_file_write_all_levels(portage_t) + mls_file_upgrade(portage_t) + mls_file_downgrade(portage_t) + auth_use_nsswitch(portage_t) # Support cgroup FEATURES