Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Sep 2000 19:19:45 -0500 (CDT)
From:      Tim Zingelman <zingelman@fnal.gov>
To:        security@FreeBSD.ORG
Subject:   Re: potential security exposure in GNOME/ORBit?
Message-ID:  <Pine.GSO.4.21.0009141917450.26888-100000@nova.fnal.gov>
In-Reply-To: <20000914191330.A817@spawn.nectar.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> However, I think that is mostly useless.  I'd rather see this:
>     if ![ -f ${PREFIX}/etc/orbitrc ]; then
> 	    echo "ORBIIOPIPv4=0" > ${PREFIX}/etc/orbitrc
> 	    echo "ORBIIOPIPv6=0" >> ${PREFIX}/etc/orbitrc
>     fi
> I want it secured by default.  As you say, if a better solution shows up
> later, so be it.
> Jacques Vidrine / n@nectar.com / jvidrine@verio.net / nectar@FreeBSD.org

How about:

echo "ORBIIOPIPv4=0" >> ${PREFIX}/etc/orbitrc
echo "ORBIIOPIPv6=0" >> ${PREFIX}/etc/orbitrc

Am I crazy or doesn't >> work just fine even if the file does not exist?

  - Tim




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-security" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.4.21.0009141917450.26888-100000>