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:
|
tags:
|
||||||
- config
|
- config
|
||||||
|
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1535689
|
# This was state=yes for https://bugzilla.redhat.com/show_bug.cgi?id=1535689 for
|
||||||
- name: Allow execmem for Apache
|
# some time, and since requests were fixed we want it the other way around
|
||||||
|
# again.
|
||||||
|
- name: Dis-alllow execmem for Apache
|
||||||
seboolean:
|
seboolean:
|
||||||
name: httpd_execmem
|
name: httpd_execmem
|
||||||
state: yes
|
state: no
|
||||||
persistent: yes
|
persistent: yes
|
||||||
|
|
||||||
- import_tasks: "psql_setup.yml"
|
- import_tasks: "psql_setup.yml"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue