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/contrib/
Date: Thu, 02 Jun 2016 06:32:28
Message-Id: 1464805861.36f1ab96596386a988fbb35f992132ca32d4cb10.perfinion@gentoo
1 commit: 36f1ab96596386a988fbb35f992132ca32d4cb10
2 Author: Robert Moucha <robert.moucha <AT> gooddata <DOT> com>
3 AuthorDate: Fri May 27 07:11:04 2016 +0000
4 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 1 18:31:01 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=36f1ab96
7
8 Fix trivial typo in varnishncsa name
9
10 policy/modules/contrib/varnishd.fc | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/policy/modules/contrib/varnishd.fc b/policy/modules/contrib/varnishd.fc
14 index 19bdce3..f8bcce9 100644
15 --- a/policy/modules/contrib/varnishd.fc
16 +++ b/policy/modules/contrib/varnishd.fc
17 @@ -5,7 +5,7 @@
18 /etc/varnish(/.*)? gen_context(system_u:object_r:varnishd_etc_t,s0)
19
20 /usr/bin/varnishlog -- gen_context(system_u:object_r:varnishlog_exec_t,s0)
21 -/usr/bin/varnisncsa -- gen_context(system_u:object_r:varnishlog_exec_t,s0)
22 +/usr/bin/varnishncsa -- gen_context(system_u:object_r:varnishlog_exec_t,s0)
23
24 /usr/sbin/varnishd -- gen_context(system_u:object_r:varnishd_exec_t,s0)