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 97B4D139084 for ; Sat, 23 Dec 2017 15:58:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B8852E0D4C; Sat, 23 Dec 2017 15:58:12 +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 8F76DE0D4C for ; Sat, 23 Dec 2017 15:58:11 +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 E1CC2340988 for ; Sat, 23 Dec 2017 15:58:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 39D4BAE8A for ; Sat, 23 Dec 2017 15:58:08 +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: <1514042618.6f30ae2e7e7c4cc92ce84b78423ecafe721d3dea.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: 6f30ae2e7e7c4cc92ce84b78423ecafe721d3dea X-VCS-Branch: master Date: Sat, 23 Dec 2017 15:58:08 +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: 7428f7b1-3bb0-463c-a8b7-e1dbbff81bf9 X-Archives-Hash: 192ff2c628fc8ff3ba8357617d6bb80d commit: 6f30ae2e7e7c4cc92ce84b78423ecafe721d3dea Author: Jason Zaman perfinion com> AuthorDate: Sat Dec 23 15:23:38 2017 +0000 Commit: Jason Zaman gentoo org> CommitDate: Sat Dec 23 15:23:38 2017 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=6f30ae2e portage: allow to map font files policy/modules/contrib/portage.te | 1 + 1 file changed, 1 insertion(+) diff --git a/policy/modules/contrib/portage.te b/policy/modules/contrib/portage.te index 067afc97..44bdca53 100644 --- a/policy/modules/contrib/portage.te +++ b/policy/modules/contrib/portage.te @@ -207,6 +207,7 @@ init_exec(portage_t) libs_run_ldconfig(portage_t, portage_roles) miscfiles_read_localization(portage_t) +miscfiles_read_fonts(portage_t) # run setfiles -r seutil_run_setfiles(portage_t, portage_roles)