-
Notifications
You must be signed in to change notification settings - Fork 597
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
secboot,fdestate: use boot mode for FDE hooks #15049
base: master
Are you sure you want to change the base?
secboot,fdestate: use boot mode for FDE hooks #15049
Conversation
Wed Feb 12 15:02:29 UTC 2025 Failures:Preparing:
Executing:
Restoring:
|
084f35b
to
49b1aa8
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #15049 +/- ##
=========================================
Coverage ? 78.08%
=========================================
Files ? 1179
Lines ? 157485
Branches ? 0
=========================================
Hits ? 122970
Misses ? 26880
Partials ? 7635
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
e804c4e
to
12e6592
Compare
b08f0b7
to
33ba6bf
Compare
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.
this looks reasonable to me
I removed the 2.68 milestone, we do not strictly need it, just #15057 |
7a1855b
to
331f02c
Compare
Set the authorized boot modes for FDE hook keys. For now the run+recover key allows "run" and "recover", while the recover key allows "recover" and "factory-reset".
There should be 3 different keys for FDE hooks. The run+recover key should be allowed for boot modes "run" and "recover". While recover key on data disk should be allowed on "recover". And finally recovery on save disk should be allowed in "recover" and "factory-reset". Here we split the profiles for "recover" for disks "data" and "save", so that we can set different authorized boot modes.
331f02c
to
6cff916
Compare
2 commits:
Set the authorized boot modes for FDE hook keys. For now the run+recover key allows "run" and "recover", while the recover key allows "recover" and "factory-reset".
There should be 3 different keys for FDE hooks. The run+recover key should be allowed for boot modes "run" and "recover". While recover key on data disk should be allowed on "recover". And finally recovery on save disk should be allowed in "recover" and "factory-reset". Here we split the profiles for "recover" for disks "data" and "save", so that we can set different authorized boot modes.