koschei: allow httpd to connect to db

This commit is contained in:
Mikolaj Izdebski 2015-04-27 19:04:12 +00:00
parent b7a17d72cd
commit a20ec3316e

View file

@ -63,3 +63,11 @@
tags:
- koschei
- service
- name: allow httpd to connect to db
seboolean: name=httpd_can_network_connect_db state=yes persistent=yes
notify:
- restart httpd
tags:
- koschei
- selinux