commit | 73e72268769c51a9dd0f62e85dc3288a9e7202e2 | [log] [tgz] |
---|---|---|
author | Alice Wang <aliceywang@google.com> | Mon Dec 04 15:51:15 2023 +0000 |
committer | Alice Wang <aliceywang@google.com> | Mon Dec 11 13:08:22 2023 +0000 |
tree | 92c8fab5e13b30ead1b1a9710832d843abdfebf9 | |
parent | a422a6a8b914697119b224df1627c084f6daea5c [diff] |
[attestation] Validate client VM's Microdroid kernel in service VM This cl verifies the authority hash and code of the Microdroid kernel against the digest of the hashes extracted during the build time. Test: atest rialto_test Bug: 271275206 Change-Id: I9f509bdd0d7bb996722ccce6182417668088ef6a
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: