commit | 89ecfa456508f00126c56a789cf1cdd69c87fd90 | [log] [tgz] |
---|---|---|
author | Alice Wang <aliceywang@google.com> | Thu Feb 22 10:28:41 2024 +0000 |
committer | Alice Wang <aliceywang@google.com> | Thu Feb 22 16:33:05 2024 +0000 |
tree | 5eba9ff5f8623884e49f903ea5c03831e9e8486f | |
parent | 6e2b12d09369a643bd5ef69897c4c00f493c48a3 [diff] |
[attestation] Support VM attestation of different kernels This cl embeds different microdroid kernels in RKP VM and verifies the kernel hash from a VM against this allowlist. Bug: 326363997 Test: atest VmAttestationTests rialto_test Change-Id: I6038ac814fe09bc1e2041edb7b7eb4c327d7548c
Android Virtualization Framework (AVF) provides secure and private execution environments for executing code. AVF is ideal for security-oriented use cases that require stronger isolation assurances over those offered by Android’s app sandbox.
Visit our public doc site to learn more about what AVF is, what it is for, and how it is structured. This repository contains source code for userspace components of AVF.
If you want a quick start, see the getting started guideline and follow the steps there.
For in-depth explanations about individual topics and components, visit the following links.
AVF components:
AVF APIs:
How-Tos: