mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-27 12:03:38 +08:00
libravatar: set httpd_unified to on
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user