commit | 2e059cc08a46fa2f9b3de7a9826252424b77ff1d | [log] [tgz] |
---|---|---|
author | Andrew Walbran <qwandor@google.com> | Tue Oct 15 18:22:05 2024 +0100 |
committer | Andrew Walbran <qwandor@google.com> | Fri Oct 18 12:35:34 2024 +0100 |
tree | c79ec048de9ca9ad0aafccb4ccc351a1eeeaf419 | |
parent | 69fd88357dda8f93c00dafdb5bf77f3270759110 [diff] |
Avoid using static mut variables for heap. By putting the heap array in a SpinMutex we can ensure that it is only initialised once. This allows several unsafe functions to be made safe. Change-Id: I5d9696666c33b326a19cdd473f2cb6db63407704 Test: m pvmfw
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: