Add selinux rule to allow git repos to work on fedorapeople. Ticket #5107
This commit is contained in:
parent
6ede234257
commit
c7e9a19e64
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue