CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/05/30 06:04:27
Modified files:
etc : rc rc.conf
etc/rc.d : rc.subr
usr.sbin/rcctl : rcctl.sh
share/man/man8 : rc.conf.8
Log message:
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
