commit: edaef9b282d752f43d60bcda586840bd1342e9fd Author: Luis Ressel <aranea <AT> aixah <DOT> de> AuthorDate: Wed Jun 7 12:28:44 2017 +0000 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org> CommitDate: Fri Sep 8 22:55:42 2017 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=edaef9b2
miscfiles: Fix typo in /usr/local/share/man fc This has been sitting in our policy since 2012 (aaa0f803d), but it's obviously a typo. policy/modules/system/miscfiles.fc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/policy/modules/system/miscfiles.fc b/policy/modules/system/miscfiles.fc index 88eceb99..1ccaaec7 100644 --- a/policy/modules/system/miscfiles.fc +++ b/policy/modules/system/miscfiles.fc @@ -48,7 +48,7 @@ ifdef(`distro_redhat',` /usr/local/share/ca-certificates(/.*)? gen_context(system_u:object_r:cert_t,s0) -/usr/local/share/fonts(/.*)? gen_context(system_u:object_r:man_t,s0) +/usr/local/share/fonts(/.*)? gen_context(system_u:object_r:fonts_t,s0) /usr/share/docbook2X/xslt/man(/.*)? gen_context(system_u:object_r:usr_t,s0) /usr/share/ca-certificates(/.*)? gen_context(system_u:object_r:cert_t,s0)
