From 176c3bb2fc6f051e83669c87d13520261dd49778 Mon Sep 17 00:00:00 2001 From: clime Date: Fri, 23 Feb 2018 17:51:45 +0100 Subject: [PATCH] copr-frontend: allow execmem * see https://bugzilla.redhat.com/show_bug.cgi?id=1535689 --- roles/copr/frontend/tasks/main.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/roles/copr/frontend/tasks/main.yml b/roles/copr/frontend/tasks/main.yml index b708a34dd7..66f00c3f01 100644 --- a/roles/copr/frontend/tasks/main.yml +++ b/roles/copr/frontend/tasks/main.yml @@ -49,6 +49,13 @@ tags: - config +# https://bugzilla.redhat.com/show_bug.cgi?id=1535689 +- name: Allow execmem for Apache + seboolean: + name: httpd_execmem + state: yes + persistent: yes + - name: install copr-frontend ssl vhost for production template: src="httpd/coprs_ssl.conf.j2" dest="/etc/httpd/conf.d/copr_ssl.conf" when: not devel