From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31765 invoked by alias); 2 Jun 2005 03:51:47 -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 31754 invoked by uid 22791); 2 Jun 2005 03:51:43 -0000 Received: from romy.inter.net.il (HELO romy.inter.net.il) (192.114.186.66) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Thu, 02 Jun 2005 03:51:43 +0000 Received: from HOME-C4E4A596F7 (IGLD-83-130-255-49.inter.net.il [83.130.255.49]) by romy.inter.net.il (MOS 3.5.8-GR) with ESMTP id BKL27658 (AUTH halo1); Thu, 2 Jun 2005 06:51:39 +0300 (IDT) Date: Thu, 02 Jun 2005 03:51:00 -0000 Message-Id: From: Eli Zaretskii To: gdb-patches@sourceware.org In-reply-to: <20050531222233.GF9864@trixie.casa.cgf.cx> (message from Christopher Faylor on Tue, 31 May 2005 18:22:33 -0400) Subject: Re: RFC: Check permissions of .gdbinit files Reply-to: Eli Zaretskii References: <20050530185201.GA29332@nevyn.them.org> <20050530224200.GB2727@nevyn.them.org> <20050531175433.GA7386@trixie.casa.cgf.cx> <20050531222233.GF9864@trixie.casa.cgf.cx> X-SW-Source: 2005-06/txt/msg00016.txt.bz2 > Date: Tue, 31 May 2005 18:22:33 -0400 > From: Christopher Faylor > > >>>In any case, the other issue still remains: if they do have getuid and > >>>S_IWOTH, non-readonly files will be reported world-writable. So I'd > >>>suggest to either disable this feature entirely on Windows platforms, > >>>or write a Windows specific code that uses the Win32 API to get file > >>>ownership (GetSecurityInfo or some such). > >> > >>Did anyone read Ulrich Drepper's recent rant about this kind of thing? > >>:-) > > > >I don't think I've read it. I'd appreciate a URL. > > http://www.livejournal.com/users/udrepper/7326.html Thanks. This isn't new to me: I remember sparring with Ulrich about these issues as far as 7 years ago (which didn't prevent us from drinking beer together when we met ;-). Anyway, I hope you didn't seriously mean to say that I'm such a minority in this case, because I already said that what I wrote in this thread can be disregarded at will.