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 B11D4138206 for ; Thu, 18 Jan 2018 16:16:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74154E091D; Thu, 18 Jan 2018 16:15:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 4D01AE090F for ; Thu, 18 Jan 2018 16:15:47 +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 5BC77335C4C for ; Thu, 18 Jan 2018 16:15:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B8F931D2 for ; Thu, 18 Jan 2018 16:15:42 +0000 (UTC) From: "Sven Vermeulen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sven Vermeulen" Message-ID: <1514042618.6f30ae2e7e7c4cc92ce84b78423ecafe721d3dea.swift@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:swift 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: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 6f30ae2e7e7c4cc92ce84b78423ecafe721d3dea X-VCS-Branch: swift Date: Thu, 18 Jan 2018 16:15:42 +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: e165ed16-1a3a-4f95-a14e-b40d07c39ae7 X-Archives-Hash: 42e922d2c7cb3c5e7c23d16900281f69 commit: 6f30ae2e7e7c4cc92ce84b78423ecafe721d3dea Author: Jason Zaman perfinion com> AuthorDate: Sat Dec 23 15:23:38 2017 +0000 Commit: Sven Vermeulen 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)