libravatar: set httpd_unified to on
This commit is contained in:
parent
07b94fabfe
commit
86d4e883d3
1 changed files with 7 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue