copr-fe: setsebool httpd_execmem=no again
We are on F31 nowadays.
This commit is contained in:
parent
eff99c63a4
commit
877774c7ee
1 changed files with 5 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue