libravatar: set httpd_can_network_connect_db for PostgreSQL
This commit is contained in:
parent
05d7b05b36
commit
260d0c817b
1 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue