copr-fe: setsebool httpd_execmem=no again

We are on F31 nowadays.
This commit is contained in:
Pavel Raiskup 2020-04-17 07:44:56 +02:00 committed by Pierre-Yves Chibon
parent eff99c63a4
commit 877774c7ee

View file

@ -83,11 +83,13 @@
tags:
- config
# https://bugzilla.redhat.com/show_bug.cgi?id=1535689
- name: Allow execmem for Apache
# This was state=yes for https://bugzilla.redhat.com/show_bug.cgi?id=1535689 for
# some time, and since requests were fixed we want it the other way around
# again.
- name: Dis-alllow execmem for Apache
seboolean:
name: httpd_execmem
state: yes
state: no
persistent: yes
- import_tasks: "psql_setup.yml"