Skip to content

Instantly share code, notes, and snippets.

@AdrianKoshka
Created November 18, 2019 21:28
Show Gist options
  • Save AdrianKoshka/ecbccc89cb5134038f95ef36ce798b98 to your computer and use it in GitHub Desktop.
Save AdrianKoshka/ecbccc89cb5134038f95ef36ce798b98 to your computer and use it in GitHub Desktop.
crosh> tpm_status
[cryptohome.GetTpmStatusReply.reply] {
enabled: true
owned: true
initialized: true
attestation_prepared: true
attestation_enrolled: true
dictionary_attack_counter: 0
dictionary_attack_threshold: 10
dictionary_attack_lockout_in_effect: false
dictionary_attack_lockout_seconds_remaining: 0
install_lockbox_finalized: true
boot_lockbox_finalized: true
verified_boot_measured: true
identities {
features: 1
}
identity_certificates {
key: 0
value {
identity: 0
aca: 0
}
}
enrollment_preparations {
key: 0
value: true
}
enrollment_preparations {
key: 1
value: true
}
is_locked_to_single_user: false
}
GetTpmStatus success.
@DennisLfromGA
Copy link

Thanx, pretty much the same as my unmanaged eve without TPM errors:

crosh> tpm_status
[cryptohome.GetTpmStatusReply.reply] {
  enabled: true
  owned: true
  initialized: false
  owner_password: ""
  attestation_prepared: true
  attestation_enrolled: false
  dictionary_attack_counter: 0
  dictionary_attack_threshold: 200
  dictionary_attack_lockout_in_effect: false
  dictionary_attack_lockout_seconds_remaining: 0
  install_lockbox_finalized: true
  boot_lockbox_finalized: true
  verified_boot_measured: false
  identities {
    features: 1
  }
  is_locked_to_single_user: false
}
GetTpmStatus success.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment