From 50da569cb00c4f59e2c3944b04473f198f2dd384 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Fri, 23 Feb 2018 10:12:30 +0000 Subject: [PATCH] Hubs: allow execmem --- roles/hubs/tasks/web-apache.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/roles/hubs/tasks/web-apache.yml b/roles/hubs/tasks/web-apache.yml index e359f769cc..33fa4b7e1b 100644 --- a/roles/hubs/tasks/web-apache.yml +++ b/roles/hubs/tasks/web-apache.yml @@ -23,6 +23,13 @@ persistent: yes +- name: Allow execmem for Apache + seboolean: + name: httpd_execmem + state: yes + persistent: yes + + - name: Allow Apache to write to the cache files sefcontext: setype: httpd_sys_rw_content_t