wifi.run: configure /dev/urandom as libc RNG

This commit is contained in:
Christian Helmuth 2022-11-08 18:33:04 +01:00
parent 1593b64680
commit a579e92400

View File

@ -276,7 +276,7 @@ append config {
<resource name="RAM" quantum="32M"/>
<config ld_verbose="yes">
<report mac_address="true"/>
<libc stdout="/dev/log" stderr="/dev/log" rtc="/dev/rtc"/>
<libc stdout="/dev/log" stderr="/dev/log" rtc="/dev/rtc" rng="/dev/urandom"/>
<vfs>
<dir name="dev"> <log/> <null/> <rtc/>
<jitterentropy name="random"/>