From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13346 invoked by alias); 30 May 2005 19:55:59 -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 13336 invoked by uid 22791); 30 May 2005 19:55:55 -0000 Received: from mail-out3.apple.com (HELO mail-out3.apple.com) (17.254.13.22) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Mon, 30 May 2005 19:55:55 +0000 Received: from mailgate2.apple.com (a17-128-100-204.apple.com [17.128.100.204]) by mail-out3.apple.com (8.12.11/8.12.11) with ESMTP id j4UJtrWQ009268 for ; Mon, 30 May 2005 12:55:53 -0700 (PDT) Received: from relay1.apple.com (relay1.apple.com) by mailgate2.apple.com (Content Technologies SMTPRS 4.3.17) with ESMTP id ; Mon, 30 May 2005 12:55:53 -0700 Received: from [17.201.22.21] (moleja.apple.com [17.201.22.21]) by relay1.apple.com (8.12.11/8.12.11) with ESMTP id j4UJtp1G017338; Mon, 30 May 2005 12:55:51 -0700 (PDT) In-Reply-To: References: <20050530185201.GA29332@nevyn.them.org> <20050530194115.GA30980@nevyn.them.org> Mime-Version: 1.0 (Apple Message framework v728) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <3E110376-DDCC-4B14-A557-6B82217E40E4@apple.com> Cc: Daniel Jacobowitz , gdb-patches@sourceware.org Content-Transfer-Encoding: 7bit From: Jason Molenda Subject: Re: RFC: Check permissions of .gdbinit files Date: Mon, 30 May 2005 21:28:00 -0000 To: "Nathan J. Williams" X-SW-Source: 2005-05/txt/msg00646.txt.bz2 On May 30, 2005, at 12:46 PM, Nathan J. Williams wrote: > I guess. I think I don't agree that this is a problem that needs > solving, fundamentally. I don't have a strong opinion either way, but it's not hard to imagine scenarios where it could be a problem. I tend to build little programs in /tmp and run gdb on them while working on a problem; someone who put a .gdbinit in /tmp with a shell command would trick me. Then again, I don't work in an environment where anyone would even think of doing something like that.. J