commit | bd5eba9959f9a2127a18eda144db0df8b397c88d | [log] [tgz] |
---|---|---|
author | Shikha Panwar <shikhapanwar@google.com> | Wed Mar 27 20:23:31 2024 +0000 |
committer | Shikha Panwar <shikhapanwar@google.com> | Thu Apr 04 16:58:42 2024 +0000 |
tree | 2cf39abb455d2a6bf22f71091b60e023aa1f1d1b | |
parent | ae05ea3d04b6a85a7d0f5d8f4202700340f2f966 [diff] |
Claim ownership of VM instance during VM transfer Apps can transfer a VM instance to another. Claim the ownership of the VM (at the receiver end) using `claimVmInstance`. Additionally, check that caller has the permission while allocating instance_id. Test: atest #importedVmAndOriginalVmHaveTheSameCdi \ and look for log "Claiming a VM's instance_id *" Bug: 294177871 Change-Id: I870a3ff48cb39bdc8be9cfbb7f55aa1148596c44
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: