commit:     654653698a35d23f51d490a83f61b4a57af8b22c
Author:     Nicolas Iooss <nicolas.iooss <AT> m4x <DOT> org>
AuthorDate: Fri Feb 28 18:19:11 2014 +0000
Commit:     Sven Vermeulen <swift <AT> gentoo <DOT> org>
CommitDate: Mon Mar 10 18:17:15 2014 +0000
URL:        
http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=65465369

git: fix file pattern after whitespace fixes

Commit bb7d721c "Whitespace fixes in git.fc." removed the last letter of a
file pattern in git.fc. This patch adds the letter back.

---
 policy/modules/contrib/git.fc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/policy/modules/contrib/git.fc b/policy/modules/contrib/git.fc
index c583ce1..d8a3f8e 100644
--- a/policy/modules/contrib/git.fc
+++ b/policy/modules/contrib/git.fc
@@ -14,4 +14,4 @@ HOME_DIR/public_git(/.*)?             
gen_context(system_u:object_r:git_user_content_t,s0)
 /var/www/cgi-bin/cgit          --      
gen_context(system_u:object_r:httpd_git_script_exec_t,s0)
 /var/www/git(/.*)?                     
gen_context(system_u:object_r:httpd_git_content_t,s0)
 /var/www/git/gitweb\.cgi       --      
gen_context(system_u:object_r:httpd_git_script_exec_t,s0)
-/var/www/gitweb-caching/gitweb\.cg --  
gen_context(system_u:object_r:httpd_git_script_exec_t,s0)
+/var/www/gitweb-caching/gitweb\.cgi -- 
gen_context(system_u:object_r:httpd_git_script_exec_t,s0)

Reply via email to