-
-
Notifications
You must be signed in to change notification settings - Fork 233
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
security hole /boot and /boot/loader/random-seed #527
Labels
documentation
Issue that would be fixed by proper documentation
Comments
Exactly the same (if your disko config contains a /boot). Disko does configure the filesystems attribute, but those settings get merged with your own ones via the nixos module system |
|
panchoh
added a commit
to panchoh/nixos
that referenced
this issue
Feb 8, 2024
This issue has been mentioned on NixOS Discourse. There might be relevant details there: |
panchoh
added a commit
to panchoh/nixos
that referenced
this issue
Feb 11, 2024
trueNAHO
added a commit
to trueNAHO/os
that referenced
this issue
Feb 19, 2024
Prevent the random seed file from being world readable to avoid the following installation warning: > Mount point '/boot' which backs the random seed file is world > accessible, which is a security hole! Related: - https://discourse.nixos.org/t/34555 - https://discourse.nixos.org/t/37636 - nix-community/disko#527
huwqchn
added a commit
to huwqchn/.dotfiles
that referenced
this issue
Sep 1, 2024
huwqchn
added a commit
to huwqchn/.dotfiles
that referenced
this issue
Sep 13, 2024
iFreilicht
added a commit
that referenced
this issue
Oct 1, 2024
The alternative would be to do this automatically if format=="vfat" and mountpoint=="/boot", but it's better to be upfront about this. Fixes #527
iFreilicht
added a commit
that referenced
this issue
Oct 1, 2024
The alternative would be to do this automatically if format=="vfat" and mountpoint=="/boot", but it's better to be upfront about this. Fixes #527
mergify bot
pushed a commit
that referenced
this issue
Oct 2, 2024
The alternative would be to do this automatically if format=="vfat" and mountpoint=="/boot", but it's better to be upfront about this. Fixes #527
Thank you for pointing this out! All the examples and documentation reflect this now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm using disko to setup the partitions of my system via flake.
started to get these warnings recently:
the proposed solution without disko is
though not sure how to set it with disko
The text was updated successfully, but these errors were encountered: