commit | 2a08574ebab431109600b2071a52d8e10ec30bf6 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Mon Aug 19 17:05:16 2024 +0900 |
committer | Jiyong Park <jiyong@google.com> | Tue Aug 20 09:24:10 2024 +0900 |
tree | 1d57e20db6679f6e3dc860fec0c0d5292da262ad | |
parent | 0257a44dd37002d9d1316ec786e18e19beaa6dee [diff] |
Close stdios when fork/exec'ing virtmgr Bug: 357611151 Test: a microdroid VM using the vm tool on adb shell. Check the stdin/out/err of the virtmgr process. They are all /dev/null. Change-Id: Ia71aff181402ace3b2b0861d22c04abf689fa08d
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: