Change the SELinux type of the logs folder

This commit is contained in:
Pierre-Yves Chibon 2014-07-02 17:47:58 +02:00
parent 20e5a15d8c
commit 6dab7a5edb

View file

@ -50,6 +50,6 @@
- name: apply selinux type to static files
file: >
dest=/var/www/logs
setype=httpd_sys_content_t
setype=httpd_sys_rw_content_t
state=directory
recurse=yes