Skip to content

Commit 5032cb0

Browse files
committed
feat: added TPM passthrough detections
1 parent 03ccc28 commit 5032cb0

2 files changed

Lines changed: 473 additions & 6 deletions

File tree

src/cli/output.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,8 @@ void general(bool high_threshold, bool all, bool dynamic, const char* output_fil
615615
checker(VM::SVM_EXCEPTIONS, "SVM exceptions");
616616
checker(VM::CGROUP, "cgroup namespace");
617617
checker(VM::HYPERV_NESTED, "nested virtualization");
618-
checker(VM::MEASURED_BOOT, "Measured boot logs");
618+
checker(VM::MEASURED_BOOT, "measured boot logs");
619+
checker(VM::TPM_PASSTHROUGH, "TPM passthrough");
619620
checker(VM::TIMER, "timing anomalies");
620621

621622
const auto t2 = std::chrono::high_resolution_clock::now();

0 commit comments

Comments
 (0)