Gentoo Archives: gentoo-commits

From: Jason Zaman <perfinion@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/system/
Date: Sat, 09 Sep 2017 02:43:15
Message-Id: 1504911342.edaef9b282d752f43d60bcda586840bd1342e9fd.perfinion@gentoo
1 commit: edaef9b282d752f43d60bcda586840bd1342e9fd
2 Author: Luis Ressel <aranea <AT> aixah <DOT> de>
3 AuthorDate: Wed Jun 7 12:28:44 2017 +0000
4 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 8 22:55:42 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=edaef9b2
7
8 miscfiles: Fix typo in /usr/local/share/man fc
9
10 This has been sitting in our policy since 2012 (aaa0f803d), but it's
11 obviously a typo.
12
13 policy/modules/system/miscfiles.fc | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/policy/modules/system/miscfiles.fc b/policy/modules/system/miscfiles.fc
17 index 88eceb99..1ccaaec7 100644
18 --- a/policy/modules/system/miscfiles.fc
19 +++ b/policy/modules/system/miscfiles.fc
20 @@ -48,7 +48,7 @@ ifdef(`distro_redhat',`
21
22 /usr/local/share/ca-certificates(/.*)? gen_context(system_u:object_r:cert_t,s0)
23
24 -/usr/local/share/fonts(/.*)? gen_context(system_u:object_r:man_t,s0)
25 +/usr/local/share/fonts(/.*)? gen_context(system_u:object_r:fonts_t,s0)
26
27 /usr/share/docbook2X/xslt/man(/.*)? gen_context(system_u:object_r:usr_t,s0)
28 /usr/share/ca-certificates(/.*)? gen_context(system_u:object_r:cert_t,s0)