-
Notifications
You must be signed in to change notification settings - Fork 98
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
Empty outblob when using TSM to get TDX Quote #823
Comments
cc @mythi |
Interesting. I'll take a look where the error from |
We have not treated this as an error because there is no read error:
( I'm fine adding an |
you might also wonder the root cause of an empty quote: TDX QGS is either too old (DCAP 1.21 or later is needed) or Qemu cannot connect to it (e.g., |
Describe the bug
Thanks from @LiuSecone
When using the
evidence_getter
inside a TDX guest that has/sys/kernel/config/tsm/report
, the evidence of TDX would beThis is not expected. If the reading of
outblob
, attester shoud raise an error and try back toioctl
way to get evidence. But the actual execution result treats the empty reading of/sys/kernel/config/tsm/report/xxx/outblob
a success.If we manually execute the following inside guest
The first
cat
will sayand the second
cat
will sayHow to reproduce
See description
CoCo version information
v0.10.0
What TEE are you seeing the problem on
None
Failing command and relevant log output
No response
The text was updated successfully, but these errors were encountered: