From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-691720-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 490B11381FA for <garchives@archives.gentoo.org>; Thu, 1 May 2014 08:49:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE694E081D; Thu, 1 May 2014 08:49:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3D84DE081D for <gentoo-commits@lists.gentoo.org>; Thu, 1 May 2014 08:49:36 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6164033FFE4 for <gentoo-commits@lists.gentoo.org>; Thu, 1 May 2014 08:49:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id DCBC81818D for <gentoo-commits@lists.gentoo.org>; Thu, 1 May 2014 08:49:33 +0000 (UTC) From: "Sven Vermeulen" <swift@gentoo.org> 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" <swift@gentoo.org> Message-ID: <1398934065.fb4871d3475396c2f1ce86bab47e689fa509f99e.swift@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/system/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/system/miscfiles.fc X-VCS-Directories: policy/modules/system/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: fb4871d3475396c2f1ce86bab47e689fa509f99e X-VCS-Branch: master Date: Thu, 1 May 2014 08:49:33 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0ec62d86-5d09-47fb-af9c-7e7c0bf64104 X-Archives-Hash: 1b643807541c7752247dee19a1be5c07 commit: fb4871d3475396c2f1ce86bab47e689fa509f99e Author: Sven Vermeulen <sven.vermeulen <AT> siphos <DOT> be> AuthorDate: Thu May 1 08:04:35 2014 +0000 Commit: Sven Vermeulen <swift <AT> gentoo <DOT> org> CommitDate: Thu May 1 08:47:45 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=fb4871d3 Add /etc/fonts as fonts_t location --- policy/modules/system/miscfiles.fc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/policy/modules/system/miscfiles.fc b/policy/modules/system/miscfiles.fc index 58b4f5f..f1b2103 100644 --- a/policy/modules/system/miscfiles.fc +++ b/policy/modules/system/miscfiles.fc @@ -104,3 +104,7 @@ ifdef(`distro_redhat',` ') HOME_DIR/.pki(/.*)? gen_context(system_u:object_r:cert_home_t) + +ifdef(`distro_gentoo',` +/etc/fonts(/.*)? gen_context(system_u:object_r:fonts_t,s0) +')