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 E11791396D9 for ; Sun, 29 Oct 2017 20:43:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 088EC2BC150; Sun, 29 Oct 2017 20:43:03 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 D93142BC150 for ; Sun, 29 Oct 2017 20:43:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 DDCF73416C8 for ; Sun, 29 Oct 2017 20:43:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 05B3C8AE7 for ; Sun, 29 Oct 2017 20:42: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: <1509285448.34a5c9f83485ba36ea21940a6ecc3932636f51f3.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.if X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 34a5c9f83485ba36ea21940a6ecc3932636f51f3 X-VCS-Branch: master Date: Sun, 29 Oct 2017 20:42: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-Archives-Salt: 7f977d46-415b-46a1-a3fa-c86141c8db83 X-Archives-Hash: ea39727db0ee673018641e9c866bf687 commit: 34a5c9f83485ba36ea21940a6ecc3932636f51f3 Author: Luis Ressel aixah de> AuthorDate: Wed Oct 25 00:37:05 2017 +0000 Commit: Jason Zaman gentoo org> CommitDate: Sun Oct 29 13:57:28 2017 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=34a5c9f8 portage: Allow portage compile domains to map portage_tmpfs_t files This is required by a python script in the firefox build system. Bug: https://bugs.gentoo.org/635384 policy/modules/contrib/portage.if | 1 + 1 file changed, 1 insertion(+) diff --git a/policy/modules/contrib/portage.if b/policy/modules/contrib/portage.if index 6388110e..637b0d0d 100644 --- a/policy/modules/contrib/portage.if +++ b/policy/modules/contrib/portage.if @@ -124,6 +124,7 @@ interface(`portage_compile_domain',` manage_lnk_files_pattern($1, portage_tmpfs_t, portage_tmpfs_t) manage_fifo_files_pattern($1, portage_tmpfs_t, portage_tmpfs_t) manage_sock_files_pattern($1, portage_tmpfs_t, portage_tmpfs_t) + allow $1 portage_tmpfs_t:file map; fs_tmpfs_filetrans($1, portage_tmpfs_t, { dir file lnk_file sock_file fifo_file }) kernel_read_system_state($1)