commit | f136935c360cdab478c443bf2ff7181f2b4510c8 | [log] [tgz] |
---|---|---|
author | Pierre-Clément Tosi <ptosi@google.com> | Mon Dec 02 18:55:08 2024 +0000 |
committer | Pierre-Clément Tosi <ptosi@google.com> | Wed Feb 12 11:24:15 2025 +0000 |
tree | b13ac484b884847deac61e1e3a3893aa658ed524 | |
parent | 76b683f387e67338ff2ee3499ec7fc51c14bd433 [diff] |
pvmfw: Support com.android.virt.name property Teach pvmfw to recognize a new AVB property that will be used to gate features specific to particular VMs, such as the way we currently support the RKP VM with special rollback protection and its DICE chain marker. For now, only add the infrastructure and unit-tests. Note: No functional change intended. Bug: 378673494 Bug: 377276983 Test: m pvmfw_bin Test: atest libpvmfw_avb.integration_test libpvmfw.dice.test Change-Id: Ic1fd923df361e19b2d0cd323aa6a0ca866a281a6
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: