libravatar: set httpd_can_network_connect_db for PostgreSQL

This commit is contained in:
clime 2018-10-11 13:20:30 +02:00
parent 05d7b05b36
commit 260d0c817b

View file

@ -78,8 +78,13 @@
args:
chdir: /srv/libravatar
# so Apache can execute psyco shared lib in virtualenv with httpd_sys_content_t type
- name: Set unified flag for Apache
- name: So that Apache can talk to PostgreSQL
seboolean:
name: httpd_can_network_connect_db
state: yes
persistent: yes
- name: So Apache can execute psyco shared lib in virtualenv with httpd_sys_content_t type
seboolean:
name: httpd_unified
state: yes