Introduce a scary rc.conf(8) knob library_aslr=(YES|NO) to turn off the
authortb <tb@openbsd.org>
Tue, 30 May 2017 12:04:26 +0000 (12:04 +0000)
committertb <tb@openbsd.org>
Tue, 30 May 2017 12:04:26 +0000 (12:04 +0000)
commit67c6ae01e2046920e542d1cda09237286131eab4
treed14101cfb31bee9bb5e625686e15467db24cff3e
parenta6b903f517dd1d7664cf2ba43dc461f1ee5fcd14
Introduce a scary rc.conf(8) knob library_aslr=(YES|NO) to turn off the
reordering of libraries by rc(8). This way machines with very slow disk I/O
have a chance of booting within reasonable time now that libcrypto is also
randomized.

Discussed with various;
input & ok from deraadt ajacoutot
etc/rc
etc/rc.conf
etc/rc.d/rc.subr
share/man/man8/rc.conf.8
usr.sbin/rcctl/rcctl.sh