libravatar: fix selinux type
This commit is contained in:
parent
33c6c15c3e
commit
87c350f293
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
||||||
- name: Allow apache to read files in /srv
|
- name: Allow apache to read files in /srv
|
||||||
sefcontext:
|
sefcontext:
|
||||||
target: '/srv(/.*)?'
|
target: '/srv(/.*)?'
|
||||||
setype: httpd_git_sys_content_t
|
setype: httpd_sys_content_t
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- git:
|
- git:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue