commit | 495c67a443eac29bb71d221d3cff103761a1bdc6 | [log] [tgz] |
---|---|---|
author | Pierre-Clément Tosi <ptosi@google.com> | Wed Nov 27 16:32:04 2024 +0000 |
committer | Pierre-Clément Tosi <ptosi@google.com> | Tue Jan 07 16:21:42 2025 +0000 |
tree | a2e76f29618b82f0326c060bda9e0a7aa81f11f0 | |
parent | 10bea6f7e5566ff82b8f8dc47dbc8efbf55ebf65 [diff] |
pvmfw: Split up perform_rollback_protection() As this code is _hard_ to reason about in all potential combinations of input payloads, Android build flags, and host-provided inputs, change it step-by-step by first splitting it up into 2 conceptual levels of encapsulation. Generalize logs and drop project-specific comments. Bug: 377276983 Test: m pvmfw_bin Change-Id: Idc846d07602270bda6775b81e7344c33dad57fac
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: