commit | 58aecdac509a3222a87e7c91b7c1f620fb5b8828 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Wed Aug 28 00:52:29 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Aug 28 00:52:29 2024 +0000 |
tree | 87ce01fd86aa823f915d7baff303efc7f42d9c92 | |
parent | 1182b93130239cf8342701999372ef93b0c64082 [diff] | |
parent | 7b11f7320746455ac9066f587c52b6b67ccccde6 [diff] |
Merge "Use take_fd_ownership instead of the unsafe from_raw_fd" into main am: e1cc97a420 am: 7b11f73207 Original change: https://android-review.googlesource.com/c/platform/packages/modules/Virtualization/+/3228671 Change-Id: I93fd909866053c823a24fd25142d8f8ba43a843d Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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: