-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rngd: Start early during boot and encrypted swap entropy fix #71302
Conversation
Interesting, thanks! I'll be able to review this in the upcoming week. (Sorry for the absence, had a fun traveling accident which greatly prolonged my vacation :D) |
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/what-are-your-goals-for-20-03/4773/15 |
Squashed a commit and rebased onto the current master |
I believe this is ready for review/merging |
avoid entropy starvation during boot
…ion due to encrypted swap and remove PrivateTmp to avoid a circular dependency
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: |
Motivation for this change
Intended to fix entropy starvation during boot (fixes #71204)
Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nix-review --run "nix-review wip"
./result/bin/
)nix path-info -S
before and after)Notify maintainers
cc @abbradar