commit | 781afeee375709cb133743b9ded37f8954c8991e | [log] [tgz] |
---|---|---|
author | Pierre-Clément Tosi <ptosi@google.com> | Mon Jan 27 20:51:27 2025 +0000 |
committer | Pierre-Clément Tosi <ptosi@google.com> | Mon Jan 27 21:46:04 2025 +0000 |
tree | 66c99bd9d45453b2244a0e6bda406b9be1d614d1 | |
parent | 5467ed3115132766c20e413297901848bf0eee5b [diff] |
pvmfw: avb: Add API tests for tampered initrd Add tests specifically covering a tampered initrd of unmodified size. Add comment explaining why pvmfw::avb::Ops::verify_partition() works on initrd, so that I don't have to go back and read libavb code again next time I come across this code and have inevitably forgotten why it works. Test: TH Change-Id: I1597037f3d28d927a591eefc6570cfbedba9ad94
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: