libravatar: set httpd_unified to on

This commit is contained in:
clime 2018-10-10 21:04:47 +02:00
parent 07b94fabfe
commit 86d4e883d3

View file

@ -72,6 +72,13 @@
args:
chdir: /srv/libravatar
# otherwise Apache cannot execute psyco shared lib in virtualenv with httpd_sys_content_t type
- name: Set unified flag for Apache
seboolean:
name: httpd_unified
state: yes
persistent: yes
# https://bugzilla.redhat.com/show_bug.cgi?id=1535689
- name: Allow execmem for Apache
seboolean: