On 29/06/2016 00:10, Etienne CHAMPETIER wrote:
first user of this applet will be LEDE (OpenWrt) to save an urandom seed
using getrandom() (so we are sure /dev/urandom pool is initialized)

 That, or you could simply "dd if=/dev/random of=/dev/urandom bs=1 count=$blah"
at boot time, in the background with something watching the PID. And those
special snowflake services that need their precious, precious entropy can
wait until the dd is dead before starting.

--
 Laurent

_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to