commit | a9d71b789e1ba34d5c46ab2cdbec8d6547967073 | [log] [tgz] |
---|---|---|
author | David Dai <davidai@google.com> | Thu Feb 01 15:12:26 2024 -0800 |
committer | David Dai <davidai@google.com> | Fri Feb 02 00:34:55 2024 +0000 |
tree | 6611b39ba9527596a74225dd3ca97f79ddbcd1f4 | |
parent | eb78624063c52557f4d89b8ba0d40c25291573da [diff] |
Grant CAP_SYS_NICE for virtmgr/crosvm Grant CAP_SYS_NICE for virtmgr and crosvm through VFS capabilities. Bug: 322197421 Test: Booted device and processes and checked that the correct capabilities are given. Change-Id: Ia243a1e7f6a116bf7631b20861c646ca9327ed19 Signed-off-by: David Dai <davidai@google.com>
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: