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: args:
chdir: /srv/libravatar chdir: /srv/libravatar
# so Apache can execute psyco shared lib in virtualenv with httpd_sys_content_t type - name: So that Apache can talk to PostgreSQL
- name: Set unified flag for Apache 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: seboolean:
name: httpd_unified name: httpd_unified
state: yes state: yes