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-securityTo unsubscribe, send any mail to "
freebsd-security-unsubscribe@..."