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"
|
||||
- "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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue