Gentoo Archives: gentoo-hardened

From: Luis Ressel <aranea@×××××.de>
To: gentoo-hardened@l.g.o
Subject: [gentoo-hardened] [PATCH] miscfiles: Fix typo in /usr/local/share/man fc
Date: Wed, 07 Jun 2017 12:41:23
Message-Id: 20170607124110.17263-1-aranea@aixah.de
1 This has been sitting in our policy since 2012 (aaa0f803d), but it's
2 obviously a typo.
3 ---
4 policy/modules/system/miscfiles.fc | 2 +-
5 1 file changed, 1 insertion(+), 1 deletion(-)
6
7 diff --git a/policy/modules/system/miscfiles.fc b/policy/modules/system/miscfiles.fc
8 index 42ac30bda..b32e4e262 100644
9 --- a/policy/modules/system/miscfiles.fc
10 +++ b/policy/modules/system/miscfiles.fc
11 @@ -48,7 +48,7 @@ ifdef(`distro_redhat',`
12 /usr/local/man(/.*)? gen_context(system_u:object_r:man_t,s0)
13 /usr/local/share/man(/.*)? gen_context(system_u:object_r:man_t,s0)
14
15 -/usr/local/share/fonts(/.*)? gen_context(system_u:object_r:man_t,s0)
16 +/usr/local/share/fonts(/.*)? gen_context(system_u:object_r:fonts_t,s0)
17
18 /usr/man(/.*)? gen_context(system_u:object_r:man_t,s0)
19
20 --
21 2.13.1