From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9139 invoked by alias); 30 May 2005 19:46:32 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 9123 invoked by uid 22791); 30 May 2005 19:46:27 -0000 Received: from biscayne-one-station.mit.edu (HELO biscayne-one-station.mit.edu) (18.7.7.80) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Mon, 30 May 2005 19:46:27 +0000 Received: from outgoing.mit.edu (OUTGOING-AUTH.MIT.EDU [18.7.22.103]) by biscayne-one-station.mit.edu (8.12.4/8.9.2) with ESMTP id j4UJkOSq008646; Mon, 30 May 2005 15:46:25 -0400 (EDT) Received: from scrubbing-bubbles.mit.edu (SCRUBBING-BUBBLES.MIT.EDU [18.7.16.68]) (authenticated bits=56) (User authenticated as nathanw@ATHENA.MIT.EDU) by outgoing.mit.edu (8.12.4/8.12.4) with ESMTP id j4UJkHwe006010 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 30 May 2005 15:46:18 -0400 (EDT) Received: (from nathanw@localhost) by scrubbing-bubbles.mit.edu (8.12.9) id j4UJkHJD021698; Mon, 30 May 2005 15:46:17 -0400 (EDT) To: Daniel Jacobowitz Cc: gdb-patches@sourceware.org Subject: Re: RFC: Check permissions of .gdbinit files References: <20050530185201.GA29332@nevyn.them.org> <20050530194115.GA30980@nevyn.them.org> From: "Nathan J. Williams" Date: Mon, 30 May 2005 19:54:00 -0000 In-Reply-To: <20050530194115.GA30980@nevyn.them.org> Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -5.899 X-Spam-Flag: NO X-SW-Source: 2005-05/txt/msg00642.txt.bz2 Daniel Jacobowitz writes: > > I think the "owned by a different user" change is problematic. I've > > used build systems that autogenerated .gdbinit files in the build > > tree, and it would be entirely sensible for one developer to go and > > debug another developer's build. > > Well that's the whole point. You'll get a warning; would you be > happier if the warning explicitly suggested "source .gdbinit"? I guess. I think I don't agree that this is a problem that needs solving, fundamentally. - Nathan