Change the SELinux type of the logs folder
This commit is contained in:
parent
20e5a15d8c
commit
6dab7a5edb
1 changed files with 1 additions and 1 deletions
|
@ -50,6 +50,6 @@
|
||||||
- name: apply selinux type to static files
|
- name: apply selinux type to static files
|
||||||
file: >
|
file: >
|
||||||
dest=/var/www/logs
|
dest=/var/www/logs
|
||||||
setype=httpd_sys_content_t
|
setype=httpd_sys_rw_content_t
|
||||||
state=directory
|
state=directory
|
||||||
recurse=yes
|
recurse=yes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue