commit | bf0985738b1cb2f749b36db56ea9008dcd55e6f7 | [log] [tgz] |
---|---|---|
author | Pierre-Clément Tosi <ptosi@google.com> | Mon Apr 29 01:19:22 2024 +0100 |
committer | Pierre-Clément Tosi <ptosi@google.com> | Wed May 22 10:34:53 2024 +0100 |
tree | c9dab97099b55beb71cd2b3995fcb92692c7e510 | |
parent | 6b867534d017c6caa78e82abe8942a87b463982a [diff] |
vmbase: Harden MMIO_GUARD with RAII Introduce a MmioSharer tracking shared MMIO separately from the page tables and use its Drop implementation to ensure that all MMIO is unshared when the MemoryTracker owning it gets dropped. Test: m libpvmfw libvmbase_example librialto Change-Id: Ib3c9acb83a19a9f1989fe77021796443ced5da73
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: