All of lore.kernel.org
 help / color / mirror / Atom feed
* [refpolicy] [PATCH] Label /usr/share/gitweb/static as httpd_git_content_t
@ 2014-04-05 17:10 Nicolas Iooss
  2014-04-11 13:16 ` Christopher J. PeBenito
  0 siblings, 1 reply; 2+ messages in thread
From: Nicolas Iooss @ 2014-04-05 17:10 UTC (permalink / raw)
  To: refpolicy

This directory contains gitweb static files at least on Debian and ArchLinux.
---
 git.fc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/git.fc b/git.fc
index d8a3f8e..c26586d 100644
--- a/git.fc
+++ b/git.fc
@@ -5,6 +5,7 @@ HOME_DIR/public_git(/.*)?		gen_context(system_u:object_r:git_user_content_t,s0)
 /usr/libexec/git-core/git-daemon --	gen_context(system_u:object_r:gitd_exec_t,s0)
 
 /usr/share/gitweb/gitweb\.cgi	--	gen_context(system_u:object_r:httpd_git_script_exec_t,s0)
+/usr/share/gitweb/static(/.*)?		gen_context(system_u:object_r:httpd_git_content_t,s0)
 
 /var/cache/cgit(/.*)?			gen_context(system_u:object_r:httpd_git_rw_content_t,s0)
 /var/cache/gitweb-caching(/.*)?		gen_context(system_u:object_r:httpd_git_rw_content_t,s0)
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [refpolicy] [PATCH] Label /usr/share/gitweb/static as httpd_git_content_t
  2014-04-05 17:10 [refpolicy] [PATCH] Label /usr/share/gitweb/static as httpd_git_content_t Nicolas Iooss
@ 2014-04-11 13:16 ` Christopher J. PeBenito
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher J. PeBenito @ 2014-04-11 13:16 UTC (permalink / raw)
  To: refpolicy

On 04/05/2014 01:10 PM, Nicolas Iooss wrote:
> This directory contains gitweb static files at least on Debian and ArchLinux.
> ---
>  git.fc | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/git.fc b/git.fc
> index d8a3f8e..c26586d 100644
> --- a/git.fc
> +++ b/git.fc
> @@ -5,6 +5,7 @@ HOME_DIR/public_git(/.*)?		gen_context(system_u:object_r:git_user_content_t,s0)
>  /usr/libexec/git-core/git-daemon --	gen_context(system_u:object_r:gitd_exec_t,s0)
>  
>  /usr/share/gitweb/gitweb\.cgi	--	gen_context(system_u:object_r:httpd_git_script_exec_t,s0)
> +/usr/share/gitweb/static(/.*)?		gen_context(system_u:object_r:httpd_git_content_t,s0)
>  
>  /var/cache/cgit(/.*)?			gen_context(system_u:object_r:httpd_git_rw_content_t,s0)
>  /var/cache/gitweb-caching(/.*)?		gen_context(system_u:object_r:httpd_git_rw_content_t,s0)
 
Merged.

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-04-11 13:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-05 17:10 [refpolicy] [PATCH] Label /usr/share/gitweb/static as httpd_git_content_t Nicolas Iooss
2014-04-11 13:16 ` Christopher J. PeBenito

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.