Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tdx-attester: update TD platform detection
The attester crate pulls in DCAP 1.20 which only supports /dev/tdx_guest ioctls so the two other (legacy) character devices can be dropped. However, this triggers another issue: we can have /dev/tdx_guest ioctls (e.g., the RTMR extend) that are not part of Linux upstream so the recently added runtime_measurement_extend_available() won't work anymore. This change tries to mitigate that (for the time being) by making the simplification that "if TSM reports, no RTMRs". Signed-off-by: Mikko Ylinen <[email protected]>
- Loading branch information