[PATCH] miscfiles: Fix typo in /usr/local/share/man fc
Luis Ressel <[email protected]> Wed, 7 Jun 2017 14:41:10 +0200
| Newsgroups | gmane.linux.gentoo.hardened |
|---|---|
| Message-ID | <[email protected]> |
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 42ac30bda..b32e4e262 100644 --- a/policy/modules/system/miscfiles.fc +++ b/policy/modules/system/miscfiles.fc @@ -48,7 +48,7 @@ ifdef(`distro_redhat',` /usr/local/man(/.*)? gen_context(system_u:object_r:man_t,s0) /usr/local/share/man(/.*)? gen_context(system_u:object_r:man_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/man(/.*)? gen_context(system_u:object_r:man_t,s0) -- 2.13.1