Add httpd_read_user_content selinux boolean on distgit

This commit is contained in:
Kevin Fenzi 2015-07-21 23:44:31 +00:00
parent ce53b9f729
commit 1caa9a2ef8

View file

@ -32,6 +32,8 @@
- name: allow httpd to access the files on NFS
seboolean: name=httpd_use_nfs state=yes persistent=yes
- name: allow httpd to access git user content
seboolean: name=httpd_read_user_content state=yes persistent=yes
# -- Dist Git --------------------------------------------
# This is the Git setup itself: group, root directory, scripts,...