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) +')
