From owner-freebsd-hackers Sun Sep 14 21:23:20 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA26786 for hackers-outgoing; Sun, 14 Sep 1997 21:23:20 -0700 (PDT) Received: from bunyip.cc.uq.edu.au (root@bunyip.cc.uq.edu.au [130.102.2.1]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id VAA26740 for ; Sun, 14 Sep 1997 21:23:04 -0700 (PDT) Received: (from daemon@localhost) by bunyip.cc.uq.edu.au (8.8.7/8.8.7) id NAA13138 for freebsd-hackers@freebsd.org; Mon, 15 Sep 1997 13:59:29 +1000 Received: from localhost.dtir.qld.gov.au by ogre.dtir.qld.gov.au (8.7.5/DEVETIR-E0.3a) with SMTP id NAA04616; Mon, 15 Sep 1997 13:58:22 +1000 (EST) Message-Id: <199709150358.NAA04616@ogre.dtir.qld.gov.au> To: freebsd-hackers@freebsd.org cc: syssgm@dtir.qld.gov.au Subject: Re: Here's an interesting bug in our utmp handling. References: <199709150200.DAA28083@awfulhak.demon.co.uk> In-Reply-To: <199709150200.DAA28083@awfulhak.demon.co.uk> from Brian Somers at "Mon, 15 Sep 1997 02:00:31 +0000" Date: Mon, 15 Sep 1997 13:58:22 +1000 From: Stephen McKay Sender: owner-freebsd-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Monday, 15th September 1997, Brian Somers wrote: >> I don't understand why login should ever be called interactively. We >> have su for that. > >Perhaps 0500 permissions are in order. If I recall correctly, that was the concensus of opinion last time I heard this discussed... back in 1986, I believe. Is there any reason why a non-root process should invoke login? I can't think of any. Stephen.