Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 02 Oct 2009 22:01:43 -0500
From:      Stef Walter <stef-list@memberwebs.com>
To:        freebsd-stable@freebsd.org
Cc:        "freebsd-security@freebsd.org" <freebsd-security@freebsd.org>
Subject:   Re: [FreeBSD-Announce] FreeBSD Errata Notice FreeBSD-EN-09:05.null
Message-ID:  <4AC6BE97.1030406@memberwebs.com>
In-Reply-To: <200910022012.n92KCtLI004038@freefall.freebsd.org>
References:  <200910022012.n92KCtLI004038@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
FreeBSD Errata Notices wrote:
> To actually enable the feature in FreeBSD 6.x and 7.x, add the
> following to either /boot/loader.conf or /etc/sysctl.conf:
> 
> 	security.bsd.map_at_zero="0"

The sysctl.conf setting must not have quotes. Or you get this:

        sysctl: invalid integer '"0"'

Instead one should use:

        security.bsd.map_at_zero=0

Cheers,
Stef



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