commit | fd694c75c6187f91b110cec2d917cf644f204902 | [log] [tgz] |
---|---|---|
author | Pierre-Clément Tosi <ptosi@google.com> | Mon Aug 14 14:24:07 2023 +0100 |
committer | Pierre-Clément Tosi <ptosi@google.com> | Tue Aug 15 17:21:07 2023 +0100 |
tree | 185a00fb77503da0dee3f90ec305da9a9cdb1bfa | |
parent | 6b7fb3cb7cf5d8061c8cb03d9116a3dc78010ebd [diff] |
pvmfw: Simplify HeaderEntry parsing Address b/262592861, which greatly simplifies error handling for header entries (all corresponding errors are now returned through EntryOutOfBounds). Turn Header::PADDED_SIZE into Header::body_offset() to support variable-sized entry arrays. Bug: 262592861 Bug: 291191157 Test: atest DebugPolicyHostTests Change-Id: I046556823122506d3e5d6d379f6eabccd697cd71
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: