commit | f314324f7f5641958b6c22ab1e7c21cdae8c7fef | [log] [tgz] |
---|---|---|
author | Jaewan Kim <jaewan@google.com> | Fri Mar 15 06:56:31 2024 +0000 |
committer | Jaewan Kim <jaewan@google.com> | Fri Mar 15 16:36:58 2024 +0900 |
tree | 3e648303761797206c35a4ac05c44ea496ef4e1a | |
parent | b793eadb91834e275edde45843ae7beb6a42d099 [diff] |
virtualizationmanager: Prevent tests from using debug policy Debug policy isn't suitable for tests because: - Test result may vary per device - Debug policy emits confusing SELinux denial (`scontext=shell`) This refactors code to prevent tests from using debug policy. Change-Id: I6dbe8c435fd7d7f2ed036a5d0b6e56ae4a2bfd53 Test: T/H Bug: 329228840
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: