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 79262138334 for ; Sun, 9 Dec 2018 11:49:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 25FEAE0932; Sun, 9 Dec 2018 11:49:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 01780E0931 for ; Sun, 9 Dec 2018 11:49:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E2447335CF3 for ; Sun, 9 Dec 2018 11:49:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A11844EC for ; Sun, 9 Dec 2018 11:48:58 +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: <1542538757.fd2f4ebf4bfebbf0660ea15a84a9e5fd9db217b8.perfinion@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/admin/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/admin/portage.te X-VCS-Directories: policy/modules/admin/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: fd2f4ebf4bfebbf0660ea15a84a9e5fd9db217b8 X-VCS-Branch: master Date: Sun, 9 Dec 2018 11:48:58 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cc66d683-cc12-4424-adef-e502f15ab798 X-Archives-Hash: 90d751398ea7f82e5286bcebaea28fe6 commit: fd2f4ebf4bfebbf0660ea15a84a9e5fd9db217b8 Author: Luis Ressel aixah de> AuthorDate: Tue Oct 23 23:14:28 2018 +0000 Commit: Jason Zaman gentoo org> CommitDate: Sun Nov 18 10:59:17 2018 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=fd2f4ebf Allow portage_sandbox_t to read /proc/sys/vm/overcommit_memory git uses this. Signed-off-by: Jason Zaman perfinion.com> policy/modules/admin/portage.te | 2 ++ 1 file changed, 2 insertions(+) diff --git a/policy/modules/admin/portage.te b/policy/modules/admin/portage.te index 33547b6e..bdf5d412 100644 --- a/policy/modules/admin/portage.te +++ b/policy/modules/admin/portage.te @@ -515,6 +515,8 @@ gen_tunable(portage_enable_test, false) dev_getattr_xserver_misc_dev(portage_sandbox_t) + kernel_read_vm_overcommit_sysctl(portage_sandbox_t) + tunable_policy(`portage_enable_test',` # lots of tests connect over loopback corenet_tcp_bind_all_unreserved_ports(portage_sandbox_t)