commit | 9a7f67e927bcc4fb861f8f291017b328c47a8243 | [log] [tgz] |
---|---|---|
author | Alan Stokes <alanstokes@google.com> | Tue Nov 07 09:37:40 2023 +0000 |
committer | Alan Stokes <alanstokes@google.com> | Thu Nov 09 11:46:29 2023 +0000 |
tree | 3f6df1ef399ce6d81b0d185ecd05d09364215e32 | |
parent | 26efd190929e01275c1dbbe8d90f15ff40ec4cc7 [diff] |
Start apexd later Only start apexd, which activates APEXes and might allow code from them to execute, after we have created the payload DICE node, so Microdroid's CDIs are gone. This may slow down VM startup slightly. Bug: 308759880 Test: atest MicrodroidTests Change-Id: I0d736955660ee70f04ede288415c2aa362db996a
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: