commit | 329f286a36704788e75098fc6dad67dd4cdb0acb | [log] [tgz] |
---|---|---|
author | Seungjae Yoo <seungjaeyoo@google.com> | Mon Apr 08 11:21:53 2024 +0900 |
committer | Seungjae Yoo <seungjaeyoo@google.com> | Thu Apr 11 13:29:01 2024 +0900 |
tree | 3bb8bb3c836a3a4bcf245695fb21c8b4b0aff8cc | |
parent | cd31a066db22cd69a92d50228579f390eaf23c7c [diff] |
Add CAP_SYS_NICE to virtmgr to sync with crosvm's capability. Bug: 328051532 Test: adb shell /apex/com.android.virt/bin/vm run-microdroid Test: adb logcat | grep virtmgr Test: atest MicrodroidTestAppNoPerm Change-Id: I8cf3efb86869a7e3a31bc1ba3480f43c1bc92bf6
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: