commit | 697c8600a9193ca6f213c77891b2aa286fafd82a | [log] [tgz] |
---|---|---|
author | Jooyung Han <jooyung@google.com> | Mon Jul 24 18:02:36 2023 +0900 |
committer | David Brazdil <dbrazdil@google.com> | Mon Jul 24 11:01:38 2023 +0000 |
tree | 2ba79050c84c0ad04879709f686e189579a18c05 | |
parent | 1ab7363fd945bc690e0e929e3d1ff7d3f2051545 [diff] |
Fix race between read/write wait_for_file waits for "creation". The test is flaky due to the race between read/write. Added a WARNING note to the function and fixed the test to avoid the race. Verified that the current usages are okay since they wait for files which are made visible by mounting or similar, not writing from other processes/threads. Bug: 292297891 Test: atest microdroid_manager_test Change-Id: I05e99aa433fe7664c2d74ca1f4f34bc20bfd1939
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: