commit | 2b74c44a2a487f2080e7bb3394da5545f9b7da56 | [log] [tgz] |
---|---|---|
author | Seungjae Yoo <seungjaeyoo@google.com> | Wed Nov 15 18:05:07 2023 +0900 |
committer | Seungjae Yoo <seungjaeyoo@google.com> | Thu Nov 16 16:03:04 2023 +0900 |
tree | ad747189229ce9f15d77393e8be85f3b74e7c9c4 | |
parent | 09cf689eff189d93b31af040c6ee79bc170b2cbb [diff] |
Allow selinux type for accessing /vendor/etc/avf/microdroid /vendor/etc/avf/microdroid should be allowed for accessing microdroid vendor image when launching a VM. Vendor partition itself is dm-verity protected. Bug: 285854379 Test: adb shell /apex/com.android.virt/bin/vm run-microdroid --vendor /vendor/etc/avf/microdroid/microdroid_vendor.img Change-Id: I40c876fb035c1cda996f2bdeb23a6a1f1935196a
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: