commit: 36f1ab96596386a988fbb35f992132ca32d4cb10 Author: Robert Moucha <robert.moucha <AT> gooddata <DOT> com> AuthorDate: Fri May 27 07:11:04 2016 +0000 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org> CommitDate: Wed Jun 1 18:31:01 2016 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=36f1ab96
Fix trivial typo in varnishncsa name policy/modules/contrib/varnishd.fc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/policy/modules/contrib/varnishd.fc b/policy/modules/contrib/varnishd.fc index 19bdce3..f8bcce9 100644 --- a/policy/modules/contrib/varnishd.fc +++ b/policy/modules/contrib/varnishd.fc @@ -5,7 +5,7 @@ /etc/varnish(/.*)? gen_context(system_u:object_r:varnishd_etc_t,s0) /usr/bin/varnishlog -- gen_context(system_u:object_r:varnishlog_exec_t,s0) -/usr/bin/varnisncsa -- gen_context(system_u:object_r:varnishlog_exec_t,s0) +/usr/bin/varnishncsa -- gen_context(system_u:object_r:varnishlog_exec_t,s0) /usr/sbin/varnishd -- gen_context(system_u:object_r:varnishd_exec_t,s0)
