libravatar: add missing dep, fix selinux rules

This commit is contained in:
clime 2018-10-10 18:48:32 +02:00
parent 10eec33a73
commit 33c6c15c3e

View file

@ -17,19 +17,14 @@
- "git"
- "httpd"
- "python3-mod_wsgi"
- "policycoreutils-python"
- group: name=www
- user: name=www group=www
- name: Allow apache to modify files in /srv/.well-known
- name: Allow apache to read files in /srv
sefcontext:
target: '/srv/.well-known(/.*)?'
setype: httpd_git_rw_content_t
state: present
- name: Allow apache to read files in /srv/libravatar
sefcontext:
target: '/srv/libravatar(/.*)?'
target: '/srv(/.*)?'
setype: httpd_git_sys_content_t
state: present