commit | aac6830bea53324c57700c979cd7e3d256853b9a | [log] [tgz] |
---|---|---|
author | Andrew Walbran <qwandor@google.com> | Fri Jul 21 19:05:34 2023 +0100 |
committer | Andrew Walbran <qwandor@google.com> | Fri Jul 21 19:17:05 2023 +0100 |
tree | 83122da92cfc54387fd37aae624ff05b2ae042c2 | |
parent | ae3350deb2fc65b2e71ad715226b2a00903b9ab1 [diff] |
Fix soundness issue in microdroid manager. Logging in pre_exec is not safe, as it will use locks and other resources of the parent process. Bug: 290018030 Test: m rust Change-Id: I15fce5d3d4733dcfb12ec871d8a5755155708561
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:
How-Tos: