commit | 6132d816922341680ed88e1df066db0d1616c7c4 | [log] [tgz] |
---|---|---|
author | Inseob Kim <inseob@google.com> | Wed Jan 03 15:47:42 2024 +0900 |
committer | Inseob Kim <inseob@google.com> | Wed Jan 03 15:48:33 2024 +0900 |
tree | aab01d96aac06d22fe7972ae655a3bd704eb53b8 | |
parent | 88780aac6e29cc0a86216e4e4f47d6b7265151cb [diff] |
Fix console-in parameter of run command It should be File::open(), not File::create() because it's an input Bug: N/A Test: vm run-microdroid --console-in {a text file} Change-Id: Ia52124a7eb44880298c39ae45f8be3908e12eb0d
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: