Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 210938

Summary: dev-db/postgresql - disable strict permission check on ssl key files
Product: Gentoo Linux Reporter: Ruben Jenster <rjenster>
Component: [OLD] ServerAssignee: PgSQL Bugs <pgsql-bugs>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://archives.postgresql.org/pgsql-bugs/2007-12/msg00082.php
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: 07-relax-sslkey-permscheck.patch
patch for postgresql-8.0.15.ebuild

Description Ruben Jenster 2008-02-21 03:16:32 UTC
Hi,
please include the following patch that disables the strict permission check on the ssl key files for postgresql. This patch makes it possible to securely share an ssl key between apache/openvpn/ldap and postgres without the need of duplicating it.

See http://archives.postgresql.org/pgsql-bugs/2007-12/msg00082.php for further information.

Regards,
Ruben

Reproducible: Always
Comment 1 Ruben Jenster 2008-02-21 03:17:15 UTC
Created attachment 144173 [details, diff]
07-relax-sslkey-permscheck.patch
Comment 2 Ruben Jenster 2008-02-21 03:22:45 UTC
Created attachment 144175 [details, diff]
patch for postgresql-8.0.15.ebuild

patch for postgresql-8.0.15.ebuild that applies 07-relax-sslkey-permscheck.patch
Comment 3 Tiziano Müller (RETIRED) gentoo-dev 2008-06-07 20:35:12 UTC
Done dev-db/postgresql-base.
Thanks!