koschei: allow httpd to connect to db
This commit is contained in:
parent
b7a17d72cd
commit
a20ec3316e
1 changed files with 8 additions and 0 deletions
|
@ -63,3 +63,11 @@
|
||||||
tags:
|
tags:
|
||||||
- koschei
|
- koschei
|
||||||
- service
|
- 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue