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 16C961396D1 for ; Sun, 10 Sep 2017 14:04:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 88B901FC05D; Sun, 10 Sep 2017 14:03:59 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 665721FC10F for ; Sun, 10 Sep 2017 14:03:59 +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 54EEF341802 for ; Sun, 10 Sep 2017 14:03:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AEC9E9084 for ; Sun, 10 Sep 2017 14:03:54 +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: <1505050695.80dc75218a97e01f1cd48b239e7c6eb731b8c892.perfinion@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:next commit in: policy/modules/system/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/system/miscfiles.if X-VCS-Directories: policy/modules/system/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 80dc75218a97e01f1cd48b239e7c6eb731b8c892 X-VCS-Branch: next Date: Sun, 10 Sep 2017 14:03:54 +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: 7d46c3ce-4e31-4402-8f99-3b26e5e353cf X-Archives-Hash: e7be9ea738de3fc6546232bb9ad594c7 commit: 80dc75218a97e01f1cd48b239e7c6eb731b8c892 Author: Jason Zaman perfinion com> AuthorDate: Sun Sep 10 13:38:15 2017 +0000 Commit: Jason Zaman gentoo org> CommitDate: Sun Sep 10 13:38:15 2017 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=80dc7521 miscfiles: map fonts cache policy/modules/system/miscfiles.if | 1 + 1 file changed, 1 insertion(+) diff --git a/policy/modules/system/miscfiles.if b/policy/modules/system/miscfiles.if index e39c387e..05968866 100644 --- a/policy/modules/system/miscfiles.if +++ b/policy/modules/system/miscfiles.if @@ -181,6 +181,7 @@ interface(`miscfiles_read_fonts',` allow $1 fonts_cache_t:dir list_dir_perms; read_files_pattern($1, fonts_cache_t, fonts_cache_t) + allow $1 fonts_cache_t:file map; read_lnk_files_pattern($1, fonts_cache_t, fonts_cache_t) ')