From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:35352) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hfnZJ-0006dz-CX for guix-patches@gnu.org; Tue, 25 Jun 2019 11:41:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hfnZH-0002tQ-7x for guix-patches@gnu.org; Tue, 25 Jun 2019 11:41:12 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:47976) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hfnZ8-0002ns-9r for guix-patches@gnu.org; Tue, 25 Jun 2019 11:41:05 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hfnZ8-0006qy-31 for guix-patches@gnu.org; Tue, 25 Jun 2019 11:41:02 -0400 Subject: [bug#36191] [PATCH] gnu: postgres service: More secure default permissions. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20190613135037.10645-1-rob@vllmrt.net> Date: Tue, 25 Jun 2019 17:40:43 +0200 In-Reply-To: <20190613135037.10645-1-rob@vllmrt.net> (Robert Vollmert's message of "Thu, 13 Jun 2019 15:50:37 +0200") Message-ID: <874l4dlll0.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Robert Vollmert Cc: 36191@debbugs.gnu.org Hello, Robert Vollmert skribis: > This changes to 'peer' authentication for local socket connections, > and password-based authentication for local network connections. > > * gnu/services/databases.scm (%default-postgres-hba): Change > authentication method. That sounds reasonable to me. Chris, WDYT? Thanks, Ludo=E2=80=99.