feat: restrict access to postgres socket
Some checks failed
Continuous Delivery / build_n_upload (push) Has been cancelled

This commit is contained in:
2026-02-24 13:37:10 +01:00
parent fe30792dbf
commit 6e7800721f
2 changed files with 5 additions and 2 deletions

View File

@@ -18,6 +18,9 @@ hba_file = '/etc/postgres/pg_hba.conf'
# because we want only uni socket connections
listen_addresses = ''
# Forbide access to users not in group postgres
unix_socket_permissions = 0770
#-------------------------------------------------------------------------------
# REPORTING AND LOGGING