selinux-policy/policy/modules/services/git.fc

13 lines
717 B
Plaintext
Raw Normal View History

2010-08-26 13:41:21 +00:00
HOME_DIR/public_git(/.*)? gen_context(system_u:object_r:git_session_content_t, s0)
HOME_DIR/\.gitconfig -- gen_context(system_u:object_r:git_session_content_t, s0)
/srv/git(/.*)? gen_context(system_u:object_r:git_system_content_t, s0)
/usr/libexec/git-core/git-daemon -- gen_context(system_u:object_r:gitd_exec_t, s0)
/var/cache/cgit(/.*)? gen_context(system_u:object_r:httpd_git_rw_content_t,s0)
2009-04-07 14:09:43 +00:00
/var/lib/git(/.*)? gen_context(system_u:object_r:httpd_git_content_t,s0)
/var/www/cgi-bin/cgit -- gen_context(system_u:object_r:httpd_git_script_exec_t,s0)
2010-08-26 13:41:21 +00:00
/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)