selinux fiddling.

This commit is contained in:
Ralph Bean 2014-03-13 19:14:30 +00:00
parent 2847eda4dd
commit c327063a62
2 changed files with 3 additions and 1 deletions

View file

@ -68,4 +68,4 @@
- name: Push out that labelling.
command: chcon -Rv --type=httpd_sys_content_t /var/cache/fedoracommunity/
ignore_errors: True

View file

@ -119,10 +119,12 @@
with_items:
- httpd_tmp_exec
- httpd_can_network_memcache
- httpd_can_network_connect
- name: set fcontext on /var/cache/fedoracommunity
command: semanage fcontext -a -t httpd_sys_content_t /var/cache/fedoracommunity
- name: Push out that labelling.
command: chcon -Rv --type=httpd_sys_content_t /var/cache/fedoracommunity/
ignore_errors: True