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 <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2020-06-10 13:33:21 -07:00
parent d80341c899
commit b6e92c0e87

View file

@ -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: