From owner-freebsd-bugs Fri Sep 20 09:03:40 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA12751 for bugs-outgoing; Fri, 20 Sep 1996 09:03:40 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id JAA12682 for ; Fri, 20 Sep 1996 09:03:32 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.7.6/8.6.9) id CAA21371; Sat, 21 Sep 1996 02:02:42 +1000 Date: Sat, 21 Sep 1996 02:02:42 +1000 From: Bruce Evans Message-Id: <199609201602.CAA21371@godzilla.zeta.org.au> To: bde@zeta.org.au, phk@critter.tfs.com Subject: Re: bin/1643: Support for NetBSD in bsd.port.mk Cc: asami@FreeBSD.org, freebsd-bugs@freefall.freebsd.org Sender: owner-bugs@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk >>>LD_LIBRARY_PATH ? >> >>Root shouldn't set it to an insecure value. Try again. > >Hopefully people with uid != 0 can trust some part of their system >as well ??? Not if they put insecure stuff in their environment. "." in $LD_LIBRARY_PATH is as harmful as "." in $PATH. Bruce