commit | b742ee629503141b4831c5304a23fc33fb337c2d | [log] [tgz] |
---|---|---|
author | David Dai <davidai@google.com> | Fri Feb 23 15:32:26 2024 -0800 |
committer | David Dai <davidai@google.com> | Mon Feb 26 22:08:41 2024 -0800 |
tree | 57ff2eca04aff397e7f25ae4926da0f78c480dc0 | |
parent | 07bdd9e41fc496530c13cdc3e7af1303286f97c2 [diff] |
Reintroduce createVmRequiresPermission test With associating a new gid for MANAGE_VIRTUAL_MACHINE permissions, this causes ActivityManager to kill processes that attempt to modify its gid at runtime. This test was originally removed to workaround the above issue, but can now be introduced under a different APK using static permissions. Bug: 322197421 Test: atest MicrodroidTestAppNoPerm Change-Id: Ie2eeff52511a280e85b71b9474f7b46119a7437b 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: