selinux fiddling.
This commit is contained in:
parent
2847eda4dd
commit
c327063a62
2 changed files with 3 additions and 1 deletions
|
@ -68,4 +68,4 @@
|
||||||
|
|
||||||
- name: Push out that labelling.
|
- name: Push out that labelling.
|
||||||
command: chcon -Rv --type=httpd_sys_content_t /var/cache/fedoracommunity/
|
command: chcon -Rv --type=httpd_sys_content_t /var/cache/fedoracommunity/
|
||||||
|
ignore_errors: True
|
||||||
|
|
|
@ -119,10 +119,12 @@
|
||||||
with_items:
|
with_items:
|
||||||
- httpd_tmp_exec
|
- httpd_tmp_exec
|
||||||
- httpd_can_network_memcache
|
- httpd_can_network_memcache
|
||||||
|
- httpd_can_network_connect
|
||||||
|
|
||||||
- name: set fcontext on /var/cache/fedoracommunity
|
- name: set fcontext on /var/cache/fedoracommunity
|
||||||
command: semanage fcontext -a -t httpd_sys_content_t /var/cache/fedoracommunity
|
command: semanage fcontext -a -t httpd_sys_content_t /var/cache/fedoracommunity
|
||||||
|
|
||||||
- name: Push out that labelling.
|
- name: Push out that labelling.
|
||||||
command: chcon -Rv --type=httpd_sys_content_t /var/cache/fedoracommunity/
|
command: chcon -Rv --type=httpd_sys_content_t /var/cache/fedoracommunity/
|
||||||
|
ignore_errors: True
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue