commit | 3dfc0ab5db7ce9976ba1fa724739dec52ed75467 | [log] [tgz] |
---|---|---|
author | Jaewan Kim <jaewan@google.com> | Wed Sep 27 14:00:59 2023 +0900 |
committer | Jaewan Kim <jaewan@google.com> | Fri Oct 06 20:48:43 2023 +0900 |
tree | 74d71a43dbfb255751bc4b2fcf89a6a6d3f482cc | |
parent | c8e471f5d212836a6c94a9753660b2703a1798de [diff] |
pvmfw: Refactor to add config::Range config::Range ensures non-zero length and also derives Copy. Validation after instantations can be removed. Bug: N/A Test: Build and run protected VM Change-Id: I84f0ca0fd8240d9fc376224e4c28df1fef5ea230
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:
How-Tos: