From owner-freebsd-bugs@FreeBSD.ORG Mon Mar 6 16:30:20 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E38D316A422 for ; Mon, 6 Mar 2006 16:30:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 996A543D6A for ; Mon, 6 Mar 2006 16:30:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k26GUHmV044774 for ; Mon, 6 Mar 2006 16:30:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k26GUHin044764; Mon, 6 Mar 2006 16:30:17 GMT (envelope-from gnats) Date: Mon, 6 Mar 2006 16:30:17 GMT Message-Id: <200603061630.k26GUHin044764@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Giorgos Keramidas Cc: Subject: Re: bin/94060: Users can hide themselves with a trick X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Giorgos Keramidas List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Mar 2006 16:30:21 -0000 The following reply was made to PR bin/94060; it has been noted by GNATS. From: Giorgos Keramidas To: "Mars G. Miro" Cc: bug-followup@freebsd.org, gabor.kovesdan@t-hosting.hu Subject: Re: bin/94060: Users can hide themselves with a trick Date: Mon, 6 Mar 2006 18:27:38 +0200 On 2006-03-06 15:16, "Mars G. Miro" wrote: > Greetz! > > This problem can be 100% reproduced if you're using 'sh', or invoking 'sh' if > you're using another shell, prior to the 'login' trick, at least in all of the > machines I have tested and on 5.4X and RELENG_6 as of Mar 3 13:57:47 PHT 2006, > e.g: > > In this case, my shell is csh, but this problem does not manifest itself: Nice. This is probably a side-effect of `login' being a shell builtin in csh(1).