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 CCFFC1384B4 for ; Thu, 17 Dec 2015 18:50:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ACA1021C078; Thu, 17 Dec 2015 18:50:03 +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 196B021C078 for ; Thu, 17 Dec 2015 18:49:53 +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 240DB3404A5 for ; Thu, 17 Dec 2015 18:49:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5886CCFF for ; Thu, 17 Dec 2015 18:49:43 +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: <1450369495.9ff0f255c3db718232e734ce131b92beec85f876.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: 9ff0f255c3db718232e734ce131b92beec85f876 X-VCS-Branch: next Date: Thu, 17 Dec 2015 18:49:43 +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: e31582f8-078c-45b7-8625-ff306fc066e9 X-Archives-Hash: bbebb6da1e5ebafb783e3f27dd12ba03 commit: 9ff0f255c3db718232e734ce131b92beec85f876 Author: Jason Zaman perfinion com> AuthorDate: Mon Nov 23 15:23:32 2015 +0000 Commit: Jason Zaman gentoo org> CommitDate: Thu Dec 17 16:24:55 2015 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=9ff0f255 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