]> git.ipfire.org Git - ipfire-2.x.git/commit - config/kernel/kernel.config.x86_64-ipfire
kernel: Trust the randomness from the CPU
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 12 Jan 2021 10:55:57 +0000 (10:55 +0000)
committerArne Fitzenreiter <arne_f@ipfire.org>
Mon, 5 Jul 2021 05:42:36 +0000 (07:42 +0200)
commit13eab1060d0474ddf413386de0361e32113f8cb7
tree25b499fd027fe4c043fe13169a4fcae0e4f433e7
parent904386624ccf911da4d05bcdcc38700b7d860ed3
kernel: Trust the randomness from the CPU

This will allow the kernel to seed its CRNG using RDSEED or RDRAND.

During the boot process, it is required that the CRNG is being
initialised, but it may take some long time on systems that do not have
a random number generator.

This is the default for various other distributions like Debian.

Signed-off-by: Arne Fitzenreiter <arne.fitzenreiter@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/kernel/kernel.config.i586-ipfire
config/kernel/kernel.config.x86_64-ipfire