commit | a4486595ff52042c5d72264bacee3e8dba7d7ebc | [log] [tgz] |
---|---|---|
author | Alice Wang <aliceywang@google.com> | Tue Sep 05 08:25:59 2023 +0000 |
committer | Alice Wang <aliceywang@google.com> | Thu Sep 07 11:51:18 2023 +0000 |
tree | 2325de013d6e6f2a741d5cdd26c440877933401a | |
parent | 4dbe41c09917403d705c1b9bd22027d400d7b192 [diff] |
[attestation] Set up communication channel between host/service VM This cl sets up the communication channel over vsock between the host and the service VM. It will be used in both client VM attestation and RKP VM attestation for the host to send request to the service VM and for the service VM to send back the response. Bug: 299411175 Test: Runs the ServiceVmClientApp in VM Test: atest MicrodroidHostTests Change-Id: Iba510289e931dad9fd082339638e990d15003b61
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:
How-Tos: