-
Notifications
You must be signed in to change notification settings - Fork 647
secboot: use device node to find the storage container and keys #16370
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
base: master
Are you sure you want to change the base?
secboot: use device node to find the storage container and keys #16370
Conversation
|
Mon Dec 15 18:24:35 UTC 2025 Failures:Preparing:
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #16370 +/- ##
==========================================
+ Coverage 77.48% 77.49% +0.01%
==========================================
Files 1340 1337 -3
Lines 183046 183012 -34
Branches 2438 2438
==========================================
- Hits 141838 141833 -5
+ Misses 32613 32583 -30
- Partials 8595 8596 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Spread tests are fine with this change. |
We do not want to use a symlink as we do not want to rely on udev having created them at this point in the boot process. Use directly the device node that we already now. We still need to use paths for the symlinks when calling WithLegacyKeyringKeyDescriptionPaths for the descriptions in the kernel keyring, but they are not accessed because of this.
3e08b2b to
5b3ac1a
Compare
We do not want to use a symlink as we do not want to rely on udev having created them at this point in the boot process. Use directly the device node that we already now. We still need to use paths for the symlinks when calling WithLegacyKeyringKeyDescriptionPaths for the descriptions in the kernel keyring, but they are not accessed because of this.