commit | 94a8a18be61f459120e48d6c3d4e058a22cf0592 | [log] [tgz] |
---|---|---|
author | Nikita Ioffe <ioffe@google.com> | Thu Nov 16 16:37:48 2023 +0000 |
committer | Nikita Ioffe <ioffe@google.com> | Thu Nov 16 16:37:48 2023 +0000 |
tree | c0c3b3a3c08f3481671a82be031f6a50556872c3 | |
parent | ae152412f18af5ba194ab9612fd5b9e625637da5 [diff] |
Flag guard vfio_handler Guard the following on the value of the RELEASE_AVF_ENABLE_DEVICE_ASSIGNMENT flag: * vfio_handler binary & vfio_handler.rc in com.android.virt APEX; * --devices flag in the vm shell binary * Usage of the CustomConfig.devices field in the VirtualMachineAppConfig; Test: atest MicrodroidTests Change-Id: I40611b0cd93d17aacd68acf74f442e479a80d488
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: