commit | f822d7492b0ecc0dd62cfe4dba5fc7123e57de57 | [log] [tgz] |
---|---|---|
author | Alan Stokes <alanstokes@google.com> | Thu Apr 28 16:03:20 2022 +0100 |
committer | Alan Stokes <alanstokes@google.com> | Fri May 20 12:12:41 2022 +0100 |
tree | 5968fb7e9c5a3d35205b5db232dfca670d906181 | |
parent | bd7ce985ca8eb13c1acf284aa53c9724ec33e27b [diff] |
Verify that the VM-generated BCC is valid Commit 5430ecaaa2deb9d1e0077c2e2e0a72e89540da76 causes the CompOS VM to write its BCC to file. Augment our tests to pull that file and run it through the bcc_validator to make sure the chain is valid (each entry is well-formed, the signatures all check out, etc). Also add the BCC file to the test artifacts. While I'm here, do some minor tidying up. Bug: 225177477 Test: atest android.compos.test.ComposTestCase#testOdrefreshSpeed Change-Id: I544d9086fb875eb8987868555bcb99de42ac7f6b
This repository contains userspace services related to running virtual machines on Android, especially protected virtual machines. See the getting started documentation and Microdroid README for more information.