diff options
author | Felix Fietkau <nbd@nbd.name> | 2017-09-29 12:30:52 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-09-29 12:32:44 +0200 |
commit | e64463ebde554071431514925825e2c30f2b6998 (patch) | |
tree | 9cae2f63d8a34ee00292344ec3e592dfd2df373f /target/linux/ppc40x | |
parent | 657f2a1ff8f3f8b859bd10240394467ebf5ee05d (diff) | |
download | upstream-e64463ebde554071431514925825e2c30f2b6998.tar.gz upstream-e64463ebde554071431514925825e2c30f2b6998.tar.bz2 upstream-e64463ebde554071431514925825e2c30f2b6998.zip |
util-linux: avoid using the getrandom syscall
getrandom blocks until the random pool is being initialized.
Unfortunately, this code is being called early during init to create the
overlay filesystem, on some devices leaving little chance for a
successful random pool init.
True randomness is not that important here, so fix this issue by
sticking to using /dev/urandom, like in older versions of this code.
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/ppc40x')
0 files changed, 0 insertions, 0 deletions