From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2137 invoked by alias); 10 Dec 2010 00:32:26 -0000 Received: (qmail 2121 invoked by uid 22791); 10 Dec 2010 00:32:26 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-wy0-f169.google.com (HELO mail-wy0-f169.google.com) (74.125.82.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 10 Dec 2010 00:32:21 +0000 Received: by wyj26 with SMTP id 26so3071718wyj.0 for ; Thu, 09 Dec 2010 16:32:19 -0800 (PST) Received: by 10.216.78.212 with SMTP id g62mr1270487wee.78.1291941139640; Thu, 09 Dec 2010 16:32:19 -0800 (PST) MIME-Version: 1.0 Received: by 10.217.6.83 with HTTP; Thu, 9 Dec 2010 16:31:59 -0800 (PST) In-Reply-To: References: From: Ulrich Drepper Date: Fri, 10 Dec 2010 00:32:00 -0000 Message-ID: Subject: Re: [PATCH] Ignore origin of privileged program To: Andreas Schwab Cc: libc-hacker@sourceware.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Mailing-List: contact libc-hacker-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-hacker-owner@sourceware.org X-SW-Source: 2010-12/txt/msg00002.txt.bz2 On Thu, Dec 9, 2010 at 09:47, Andreas Schwab wrote: > 2010-12-09 =C2=A0Andreas Schwab =C2=A0 > > =C2=A0 =C2=A0 =C2=A0 =C2=A0* elf/dl-object.c (_dl_new_object): Ignore ori= gin of privileged > =C2=A0 =C2=A0 =C2=A0 =C2=A0program. The check should also have a whitelist for programs in {,/usr}/lib{,64}, similar to the DSO tests.