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 C9B4E1395E2 for ; Sun, 11 Dec 2016 15:05:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A75721C054; Sun, 11 Dec 2016 15:05:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 19CED21C054 for ; Sun, 11 Dec 2016 15:05:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 45B26341026 for ; Sun, 11 Dec 2016 15:05:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F0AA424C3 for ; Sun, 11 Dec 2016 15:05:37 +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: <1481468554.e9482a3144076e24b1f8c2fca0d12751011a35a3.perfinion@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:master 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: e9482a3144076e24b1f8c2fca0d12751011a35a3 X-VCS-Branch: master Date: Sun, 11 Dec 2016 15:05:37 +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: 22d522e9-3c84-4051-aafe-13453724acdc X-Archives-Hash: ebc198f4d93d4ddfcf500d5e7f3588a4 commit: e9482a3144076e24b1f8c2fca0d12751011a35a3 Author: Jason Zaman perfinion com> AuthorDate: Sun Dec 11 15:02:34 2016 +0000 Commit: Jason Zaman gentoo org> CommitDate: Sun Dec 11 15:02:34 2016 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=e9482a31 portage: allow to read vm overcommit policy/modules/contrib/portage.te | 2 ++ 1 file changed, 2 insertions(+) diff --git a/policy/modules/contrib/portage.te b/policy/modules/contrib/portage.te index 52c6bf9..87ca0c6 100644 --- a/policy/modules/contrib/portage.te +++ b/policy/modules/contrib/portage.te @@ -444,6 +444,8 @@ gen_tunable(portage_enable_test, false) allow portage_t portage_exec_t:file relabel_file_perms; allow portage_t portage_fetch_exec_t:file relabel_file_perms; + kernel_read_vm_overcommit_sysctl(portage_t) + # Portage is selinuxaware, transitions on calling ebuild, now marked as bin_t corecmd_bin_entry_type(portage_t) # Support self-update of Portage