From b6e92c0e87aa0855b5ddfa11e6a9a47296ccd112 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 10 Jun 2020 13:33:21 -0700 Subject: [PATCH] iad2: koji hub: set setsebool httpd_execmem=1 fedora-messaging needs this or it just fails to work. See: https://cffi.readthedocs.io/en/latest/using.html#callbacks and the discussion there. Signed-off-by: Kevin Fenzi --- roles/koji_hub/tasks/main.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/roles/koji_hub/tasks/main.yml b/roles/koji_hub/tasks/main.yml index 00a2bd1518..fd24c755ba 100644 --- a/roles/koji_hub/tasks/main.yml +++ b/roles/koji_hub/tasks/main.yml @@ -390,6 +390,12 @@ - selinux - koji_hub +- name: set sebooleans so koji can run the fedora-messaging plugin + seboolean: name=httpd_execmem state=true persistent=true + tags: + - selinux + - koji_hub + - name: set sebooleans so koji can anon write seboolean: name=httpd_anon_write state=true persistent=true tags: