libravatar: add missing dep, fix selinux rules
This commit is contained in:
parent
10eec33a73
commit
33c6c15c3e
1 changed files with 3 additions and 8 deletions
|
@ -17,19 +17,14 @@
|
||||||
- "git"
|
- "git"
|
||||||
- "httpd"
|
- "httpd"
|
||||||
- "python3-mod_wsgi"
|
- "python3-mod_wsgi"
|
||||||
|
- "policycoreutils-python"
|
||||||
|
|
||||||
- group: name=www
|
- group: name=www
|
||||||
- user: name=www group=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:
|
sefcontext:
|
||||||
target: '/srv/.well-known(/.*)?'
|
target: '/srv(/.*)?'
|
||||||
setype: httpd_git_rw_content_t
|
|
||||||
state: present
|
|
||||||
|
|
||||||
- name: Allow apache to read files in /srv/libravatar
|
|
||||||
sefcontext:
|
|
||||||
target: '/srv/libravatar(/.*)?'
|
|
||||||
setype: httpd_git_sys_content_t
|
setype: httpd_git_sys_content_t
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue