commit | 337612085408c14cb7eb69422082b66e876f5756 | [log] [tgz] |
---|---|---|
author | Alan Stokes <alanstokes@google.com> | Wed May 08 10:54:52 2024 +0100 |
committer | Alan Stokes <alanstokes@google.com> | Wed May 08 10:54:52 2024 +0100 |
tree | 9297af8bafff0eb51bbeb5971fae745f1607f665 | |
parent | dfe7570604523bfff7970c7c7d4e4ffe5b76f59d [diff] |
Empty key_ops allows everything We were requiring key_ops tp include the Verify op. But the convention is that an empty (or omitted) key_ops imposes no restrictions. This was causing us to reject a valid DICE chain. Bug: 338745127 Test: atest VmAttestationTestApp Change-Id: Ib394bb8f0dda2f27d866358adbc83f128419b45a
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: