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 DF7681384B4 for ; Thu, 17 Dec 2015 18:52:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71344E086F; Thu, 17 Dec 2015 18:52:29 +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 1C79BE086F for ; Thu, 17 Dec 2015 18:52:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 27F8733BEE9 for ; Thu, 17 Dec 2015 18:52:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 95F90C86 for ; Thu, 17 Dec 2015 18:52:24 +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: <1450378316.5d53781c9e1acf2faa64a23540330a520d2757f6.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: 5d53781c9e1acf2faa64a23540330a520d2757f6 X-VCS-Branch: next Date: Thu, 17 Dec 2015 18:52:24 +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: a6f4eb3d-6b0c-40f3-a3eb-2ef86fc74bfb X-Archives-Hash: 0ec1a66314b56fa6659abdc34d932009 commit: 5d53781c9e1acf2faa64a23540330a520d2757f6 Author: Jason Zaman perfinion com> AuthorDate: Mon Nov 23 15:23:32 2015 +0000 Commit: Jason Zaman gentoo org> CommitDate: Thu Dec 17 18:51:56 2015 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=5d53781c 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