Re: [FreeBSD-Announce] FreeBSD Errata Notice FreeBSD-EN-09:05.null

View: New views
1 Messages — Rating Filter:   Alert me  

Parent Message unknown Re: [FreeBSD-Announce] FreeBSD Errata Notice FreeBSD-EN-09:05.null

by Stef Walter :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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
_______________________________________________
freebsd-security@... mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-security
To unsubscribe, send any mail to "freebsd-security-unsubscribe@..."