Add selinux rule to allow git repos to work on fedorapeople. Ticket #5107

This commit is contained in:
Kevin Fenzi 2016-03-28 19:14:01 +00:00
parent 6ede234257
commit c7e9a19e64

View file

@ -10,4 +10,5 @@ userdom_list_all_users_home_dirs(httpd_t);
userdom_list_all_users_home_dirs(httpd_git_script_t);
allow httpd_git_script_t user_home_t:dir read;
allow git_script_t user_home_t:dir search;
allow httpd_t user_home_t:dir read;