void-linux/void-runit

Don't handle urandom seed in containers

CameronNemo opened this issue · 2 comments

The urandom seeding/storage should be omitted when in containers. This will align behavior with systemd.

https://github.com/systemd/systemd/blob/master/units/systemd-random-seed.service.in#L18

Why is this desirable?

The host will already have seeded it, there is no need to reseed it.