[pgpool-committers: 5270] 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
------
V4_0_STABLE

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

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



More information about the pgpool-committers mailing list