commit | c8f2704b3b891186591341db1d5b3d37b9e08762 | [log] [tgz] |
---|---|---|
author | Frederick Mayle <fmayle@google.com> | Wed Feb 26 12:35:26 2025 -0800 |
committer | Frederick Mayle <fmayle@google.com> | Wed Feb 26 13:40:53 2025 -0800 |
tree | 295541abe85070c6d8c0a0f649bee16a331488f6 | |
parent | 2192baf0e8f6577bdaf076fbda8c70679c2f7269 [diff] |
virtmgr: don't check label for vendor initiated VMs Checking for a prefix on the label is a bad practice and doesn't enforce the relevant constraint (that the file isn't writable), so just skip the check altogether for now. Note that we have a separate check that verifes the files must come from the vendor partition and that isn't changing in this commit. Bug: 397499254 Bug: 393087663 Test: m Change-Id: Iaa3201a78effb63184e80c51bf4c2550298ea299
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: