2014-02-28 18:19:11

by Nicolas Iooss

[permalink] [raw]
Subject: [refpolicy] [PATCH] 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.
---
git.fc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/git.fc b/git.fc
index c583ce1..d8a3f8e 100644
--- a/git.fc
+++ b/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)
--
1.9.0


2014-03-10 14:25:13

by cpebenito

[permalink] [raw]
Subject: [refpolicy] [PATCH] git: fix file pattern after whitespace fixes

On Fri 28 Feb 2014 01:19:11 PM EST, Nicolas Iooss wrote:
> Commit bb7d721c "Whitespace fixes in git.fc." removed the last letter of a
> file pattern in git.fc. This patch adds the letter back.
> ---
> git.fc | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/git.fc b/git.fc
> index c583ce1..d8a3f8e 100644
> --- a/git.fc
> +++ b/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)

Merged.

--
Chris PeBenito
Tresys Technology, LLC
http://www.tresys.com | oss.tresys.com