mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-10 11:05:54 +02:00
Since more processes depend on good randomness, we need to make sure that the kernel's PRNG is initialized as early as possible. For systems without a HWRNG, we will need to fall back to our noisy loop and wait until we have enough randomness. This patch also removes saving and restoring the seed. This is no longer useful because the kernel's PRNG only takes any input after it has successfully been seeded from other sources. Hence adding this seed does not increase its randomness. Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
9.4 KiB
9.4 KiB