Bug 210938 - dev-db/postgresql - disable strict permission check on ssl key files
Bug#: 210938 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: enhancement Priority: P2
Resolution: FIXED Assigned To: pgsql-bugs@gentoo.org Reported By: rjenster@eiszeit.blogdns.net
Component: Server
URL:  http://archives.postgresql.org/pgsql-bugs/2007-12/msg00082.php
Summary: dev-db/postgresql - disable strict permission check on ssl key files
Keywords:  
Status Whiteboard: 
Opened: 2008-02-21 03:16 0000
Description:   Opened: 2008-02-21 03:16 0000
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 From Ruben Jenster 2008-02-21 03:17:15 0000 -------
Created an attachment (id=144173) [details]
07-relax-sslkey-permscheck.patch

------- Comment #2 From Ruben Jenster 2008-02-21 03:22:45 0000 -------
Created an attachment (id=144175) [details]
patch for postgresql-8.0.15.ebuild

patch for postgresql-8.0.15.ebuild that applies
07-relax-sslkey-permscheck.patch

------- Comment #3 From Tiziano Müller 2008-06-07 20:35:12 0000 -------
Done dev-db/postgresql-base.
Thanks!