Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Nov 2003 15:23:16 -0800
From:      David Schultz <das@FreeBSD.ORG>
To:        Wes Peters <wes@softweyr.com>
Cc:        cvs-all@FreeBSD.ORG
Subject:   Re: cvs commit: src/sbin/nologin Makefile nologin.c nologin.sh
Message-ID:  <20031117232316.GA56085@VARK.homeunix.com>
In-Reply-To: <200311171301.45679.wes@softweyr.com>
References:  <200311170639.hAH6dduA076667@repoman.freebsd.org> <200311171301.45679.wes@softweyr.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Nov 17, 2003, Wes Peters wrote:
> On Sunday 16 November 2003 22:39, David Schultz wrote:
> > das         2003/11/16 22:39:39 PST
> >
> >   FreeBSD src repository
> >
> >   Modified files:
> >     sbin/nologin         Makefile
> >   Added files:
> >     sbin/nologin         nologin.c
> >   Removed files:
> >     sbin/nologin         nologin.sh
> >   Log:
> >   Reimplement nologin(8) as a C program.  This allows us to
> > statically link it at low cost and avoid environment poisoning
> > attacks associated with LD_LIBRARY_PATH.
> 
> I suppose adding the logging done by the sysutils/no-login port would 
> make the program objectionably large.  Sigh.  Several times over the 
> past five years I considering asking if we should just import my 
> nologin and be done with it; each time I didn't pursue it because it 
> wasn't worth the bikeshed.

I was only interested in fixing the recently introduced security
hole; I didn't bother trying to add new features at the same time.
Logging would be a nice enhancement, though.  Personally, I don't
think that a few kilobytes of disk space are a reasonable concern,
except for embedded systems that don't use nologin anyway.  If
nologin(8) were moved to /usr/sbin, perhaps people would be more
willing to accept the increased footprint.  After all, there is no
real reason for it to be in /sbin; it isn't required in order to
log in or mount /usr. ;-)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031117232316.GA56085>