commit | 55e10ec43c1a6b711de3b119f557c03ca1702f59 | [log] [tgz] |
---|---|---|
author | Shikha Panwar <shikhapanwar@google.com> | Tue Feb 13 12:53:49 2024 +0000 |
committer | Shikha Panwar <shikhapanwar@google.com> | Thu Feb 15 12:15:35 2024 +0000 |
tree | dedacec49b81292e567475e263916025545be26c | |
parent | 584f6cb437b3ed1a85ca7253c5f77866e6013c90 [diff] |
Allow host-controlled avf/untrusted prop Allow addition of properties at /avf/untrusted in the DT overlay created by virtmgr. While I'm here, refactor reference_dt into dt_overlay to allow this & remove confusion of reference DT which from the pt. of view of pVM is expected from ABL. Include (a hardcoded) instance_id of VM in the DT overlay! Test: vm_shell start-microdroid --auto-connect Test: Check /proc/device-tree/avf/untrusted/instance-id has value of hardcoded id in non-protected VM Test: atest virtualizationmanager_device_test Bug: 291213394 Revert^2: This reverts commit 655d87fc5b0a0d33baecf40165da2ec1e8f37348. Reason for revert: Revert^1 was caused by a bug in FsFdt, fixed in parent commit of the current one. Change-Id: Ia79fd8dce37f5a13b95c53edef89fe99e225c439
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: