Gentoo Archives: gentoo-commits

From: Sven Vermeulen <swift@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/system/
Date: Thu, 01 May 2014 08:49:37
Message-Id: 1398934065.fb4871d3475396c2f1ce86bab47e689fa509f99e.swift@gentoo
1 commit: fb4871d3475396c2f1ce86bab47e689fa509f99e
2 Author: Sven Vermeulen <sven.vermeulen <AT> siphos <DOT> be>
3 AuthorDate: Thu May 1 08:04:35 2014 +0000
4 Commit: Sven Vermeulen <swift <AT> gentoo <DOT> org>
5 CommitDate: Thu May 1 08:47:45 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=fb4871d3
7
8 Add /etc/fonts as fonts_t location
9
10 ---
11 policy/modules/system/miscfiles.fc | 4 ++++
12 1 file changed, 4 insertions(+)
13
14 diff --git a/policy/modules/system/miscfiles.fc b/policy/modules/system/miscfiles.fc
15 index 58b4f5f..f1b2103 100644
16 --- a/policy/modules/system/miscfiles.fc
17 +++ b/policy/modules/system/miscfiles.fc
18 @@ -104,3 +104,7 @@ ifdef(`distro_redhat',`
19 ')
20
21 HOME_DIR/.pki(/.*)? gen_context(system_u:object_r:cert_home_t)
22 +
23 +ifdef(`distro_gentoo',`
24 +/etc/fonts(/.*)? gen_context(system_u:object_r:fonts_t,s0)
25 +')