Skip to content

Commit

Permalink
Update keylime-agent/src/main.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Anderson Sasaki <[email protected]>
  • Loading branch information
sarroutbi and ansasaki authored Aug 4, 2023
1 parent 7f08083 commit 4c0ada5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keylime-agent/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ async fn main() -> Result<()> {
// Retrieve the TPM Vendor, this allows us to warn if someone is using a
// Software TPM ("SW")
if tss_esapi::utils::get_tpm_vendor(ctx.as_mut())?.contains("SW") {
warn!("INSECURE: Keylime is using currently a software TPM emulator rather than a real hardware TPM.");
warn!("INSECURE: Keylime is currently using a software TPM emulator rather than a real hardware TPM.");
warn!("INSECURE: The security of Keylime is NOT linked to a hardware root of trust.");
warn!("INSECURE: Only use Keylime in this mode for testing or debugging purposes.");
}
Expand Down

0 comments on commit 4c0ada5

Please sign in to comment.