Another selinux boolean for pdc frontend.
This commit is contained in:
parent
e0049f77c8
commit
cad54f92ed
1 changed files with 7 additions and 2 deletions
|
@ -38,8 +38,13 @@
|
||||||
notify: reload httpd
|
notify: reload httpd
|
||||||
tags: pdc
|
tags: pdc
|
||||||
|
|
||||||
- name: ensure selinux lets httpd talk to postgres
|
- name: ensure selinux lets httpd do the stuff we need.
|
||||||
seboolean: name=httpd_can_network_connect_db persistent=yes state=yes
|
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:
|
tags:
|
||||||
- pdc
|
- pdc
|
||||||
- selinux
|
- selinux
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue