lf-edge/eve

investegate rngd removal

Open

#5,220 opened on Sep 11, 2025

 (0 comments) (0 reactions) (1 assignee)Go (183 forks)auto 404
hacktoberfest

Repository metrics

Stars
 (546 stars)
PR merge metrics
 (PR metrics pending)

Description

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

Contributor guide