[pgpool-committers: 5266] pgpool: Allow ssl key files to be owned by users other than us and root

Muhammad Usama m.usama at gmail.com
Tue Oct 30 22:13:29 JST 2018


Allow ssl key files to be owned by users other than us and root.

Pgpool-II inherited this from PostgreSQL, which imposes this restriction on
ssl key files for security reasons, but this doesn't makes much sense in case of
Pgpool-II because for many setups Pgpool-II would share the ssl certificates and
key files with PostgreSQL while running from a different OS user.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=ffd6bfa8c212090e3681d7959b8ec84d42070cd9

Modified Files
--------------
src/utils/pool_ssl.c | 16 ----------------
1 file changed, 16 deletions(-)



More information about the pgpool-committers mailing list