-
Notifications
You must be signed in to change notification settings - Fork 56
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
Only send IMA logs if the PCR#10 is set on mask #468
Comments
If I see the code correctly, the measured boot log is only read if the PCR#0 is included in the mask: rust-keylime/src/quotes_handler.rs Lines 217 to 241 in f5de47b
For the IMA measurements, there is the possibility to provide the index from where to start reading the log to not send the whole log in every request. I think that the verifier default behavior is to request only the missing part (meaning, providing the index from the last received entry). |
I have re-checked my experiments, and you're right, MB LOG is disabled unless you pass |
It is necessary to verify the impact of this change before implementing/merging: look out for the expectations from the verifier. If it expects to always receive the IMA logs, then it will need changes there too. |
We probably want this to be optional for certain use cases, testing.
The text was updated successfully, but these errors were encountered: