Ensure selinux lets notifs httpd talk to postgres.
This commit is contained in:
parent
815376cf32
commit
c9b28d8981
1 changed files with 3 additions and 0 deletions
|
@ -40,3 +40,6 @@
|
||||||
setype=httpd_sys_content_t
|
setype=httpd_sys_content_t
|
||||||
state=directory
|
state=directory
|
||||||
recurse=yes
|
recurse=yes
|
||||||
|
|
||||||
|
- name: ensure selinux lets httpd talk to postgres
|
||||||
|
seboolean: name=httpd_can_network_connect_db state=yes persistent=yes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue