eve icon indicating copy to clipboard operation
eve copied to clipboard

investegate rngd removal

Open rucoder opened this issue 3 months ago • 0 comments

Description

There a PR in Linuxkit about removal of rngd https://github.com/linuxkit/linuxkit/pull/4170 EVE is still using it but it seams it is not required anymore. Eve kernel has

  • CONFIG_RANDOM_TRUST_CPU=n
  • CONFIG_RANDOM_TRUST_BOOTLOADER=n

they must be enabled in order to remove rngd

rucoder avatar Sep 11 '25 19:09 rucoder