Gentoo Archives: gentoo-commits

From: Jason Zaman <perfinion@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/hardened-refpolicy:next commit in: policy/modules/contrib/
Date: Thu, 17 Dec 2015 18:50:04
Message-Id: 1450367855.bff223743be8e5b29ef36125aa0b3734da4f5f34.perfinion@gentoo
1 commit: bff223743be8e5b29ef36125aa0b3734da4f5f34
2 Author: Laurent Bigonville <bigon <AT> bigon <DOT> be>
3 AuthorDate: Thu Dec 10 10:38:34 2015 +0000
4 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 17 15:57:35 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=bff22374
7
8 Properly escape dot in the path to the geoclue daemon
9
10 policy/modules/contrib/geoclue.fc | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/policy/modules/contrib/geoclue.fc b/policy/modules/contrib/geoclue.fc
14 index faca546..e7de9e8 100644
15 --- a/policy/modules/contrib/geoclue.fc
16 +++ b/policy/modules/contrib/geoclue.fc
17 @@ -1,6 +1,6 @@
18 /etc/geoclue(/.*)? gen_context(system_u:object_r:geoclue_etc_t,s0)
19
20 -/usr/lib/geoclue-2.0/geoclue -- gen_context(system_u:object_r:geoclue_exec_t,s0)
21 +/usr/lib/geoclue-2\.0/geoclue -- gen_context(system_u:object_r:geoclue_exec_t,s0)
22
23 /usr/libexec/geoclue -- gen_context(system_u:object_r:geoclue_exec_t,s0)