Platforms with /dev/hwrandom should use that to see /dev/urandom. We already have rngd from rng-tools installed, so all we need to do is start it early at boot.
Checklist
Tick relevant boxes, this PR is-a or has-a:
[ ] Bugfix
[ ] Regression tests
[ ] ChangeLog updates (for next release)
[ ] Feature
[ ] YANG model change => revision updated?
[ ] Regression tests added?
[ ] ChangeLog updates (for next release)
[ ] Documentation added?
[ ] Test changes
[ ] Checked in changed Readme.adoc (make test-spec)
[ ] Added new test to group Readme.adoc and yaml file
[ ] Code style update (formatting, renaming)
[ ] Refactoring (please detail in commit messages)
Description
Platforms with
/dev/hwrandom
should use that to see/dev/urandom
. We already have rngd from rng-tools installed, so all we need to do is start it early at boot.Checklist
Tick relevant boxes, this PR is-a or has-a: