Add httpd_read_user_content selinux boolean on distgit
This commit is contained in:
parent
ce53b9f729
commit
1caa9a2ef8
1 changed files with 2 additions and 0 deletions
|
@ -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,...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue