Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Mar 2007 21:10:13 GMT
From:      Kris Kennaway <kris@obsecurity.org>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: bin/110348: Add an option to do not automatically run ls with -A for root
Message-ID:  <200703152110.l2FLADCA008469@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/110348; it has been noted by GNATS.

From: Kris Kennaway <kris@obsecurity.org>
To: Murilo Opsfelder Araujo <mopsfelder@gmail.com>
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: bin/110348: Add an option to do not automatically run ls with -A for root
Date: Thu, 15 Mar 2007 17:09:38 -0400

 On Thu, Mar 15, 2007 at 06:05:13PM +0000, Murilo Opsfelder Araujo wrote:
 
 > ls automatically add -A option for root user. I believe it's better to have a way to disable this at buildworld time.
 > 
 > This patch implements an option NO_LSAUTODOT, that can be used on make.conf to disable that feature.
 
 A build option is unnecessary for something so minor and easily worked
 around, just set an alias of ls=ls -I for your root shell.
 
 Kris



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