libc_integration.run: specify random source

After update of stdcxx, either hardware (CPU) random sources are taken
or, if not available/insufficient, /dev/urandom is used.

Issue #3967
Issue #4094
This commit is contained in:
Alexander Boettcher 2021-05-17 11:37:38 +02:00 committed by Christian Helmuth
parent d4b9be8d44
commit cfe29b0e52

View File

@ -59,7 +59,8 @@ import_from_depot [depot_user]/src/libc
import_from_depot [depot_user]/src/posix
import_from_depot [depot_user]/src/stdcxx
import_from_depot [depot_user]/src/vfs
import_from_depot [depot_user]/src/vfs_pipe
import_from_depot [depot_user]/src/vfs_pipe \
[depot_user]/src/vfs_jitterentropy
build $build_components
@ -98,6 +99,7 @@ append config {
<dir name="dev">
<log/>
<inline name="rtc">2019-08-20 15:01</inline>
<jitterentropy name="urandom"/>
<dir name="pipe">
<pipe/>
</dir>