From debbugs-submit-bounces@debbugs.gnu.org Tue Jul 02 11:11:55 2019 Received: (at 36191-done) by debbugs.gnu.org; 2 Jul 2019 15:11:55 +0000 Received: from localhost ([127.0.0.1]:47660 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hiKRm-0007l3-Nm for submit@debbugs.gnu.org; Tue, 02 Jul 2019 11:11:54 -0400 Received: from eggs.gnu.org ([209.51.188.92]:47132) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hiKRk-0007ko-Ig for 36191-done@debbugs.gnu.org; Tue, 02 Jul 2019 11:11:53 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:50837) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hiKRZ-0003p7-GR; Tue, 02 Jul 2019 11:11:43 -0400 Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=54086 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1hiKRX-0008HI-ES; Tue, 02 Jul 2019 11:11:41 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Giovanni Biscuolo Subject: Re: [bug#36191] [PATCH] gnu: postgres service: More secure default permissions. References: <20190613135037.10645-1-rob@vllmrt.net> <874l4dlll0.fsf@gnu.org> <87zhm44ztw.fsf@roquette.mug.biscuolo.net> Date: Tue, 02 Jul 2019 17:11:38 +0200 In-Reply-To: <87zhm44ztw.fsf@roquette.mug.biscuolo.net> (Giovanni Biscuolo's message of "Wed, 26 Jun 2019 08:37:15 +0200") Message-ID: <87imsk79p1.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 36191-done Cc: 36191-done@debbugs.gnu.org, Robert Vollmert X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hello, Giovanni Biscuolo skribis: > It's very reasonable to have such default auth methods for PostgresSQL: > we should apply this patch Christopher Baines skribis: > I'm definitely no authority on PostgreSQL authentication, but this > sounds sensible to me. Alright, applied, thanks for your feedback! Ludo=E2=80=99.