From 86d4e883d369961d8e39967f55e9ceccd5c5b7c8 Mon Sep 17 00:00:00 2001 From: clime Date: Wed, 10 Oct 2018 21:04:47 +0200 Subject: [PATCH] libravatar: set httpd_unified to on --- roles/libravatar/tasks/main.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/roles/libravatar/tasks/main.yml b/roles/libravatar/tasks/main.yml index 4b27b95b96..f81703c42d 100644 --- a/roles/libravatar/tasks/main.yml +++ b/roles/libravatar/tasks/main.yml @@ -72,6 +72,13 @@ args: chdir: /srv/libravatar +# otherwise Apache cannot execute psyco shared lib in virtualenv with httpd_sys_content_t type +- name: Set unified flag for Apache + seboolean: + name: httpd_unified + state: yes + persistent: yes + # https://bugzilla.redhat.com/show_bug.cgi?id=1535689 - name: Allow execmem for Apache seboolean: