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:
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue