Another selinux boolean for pdc frontend.

This commit is contained in:
Ralph Bean 2016-01-12 11:59:29 -05:00
parent e0049f77c8
commit cad54f92ed

View file

@ -38,8 +38,13 @@
notify: reload httpd
tags: pdc
- name: ensure selinux lets httpd talk to postgres
seboolean: name=httpd_can_network_connect_db persistent=yes state=yes
- name: ensure selinux lets httpd do the stuff we need.
seboolean: name={{ item }} persistent=yes state=yes
with_items:
- httpd_can_network_connect_db
- httpd_can_sendmail
# XXX - Someday for fedmsg
#- httpd_can_network_connect
tags:
- pdc
- selinux