commit | 54e002e637869b8f9df528bd68ef788fc0957951 | [log] [tgz] |
---|---|---|
author | Shikha Panwar <shikhapanwar@google.com> | Thu Feb 27 14:05:25 2025 +0000 |
committer | Shikha Panwar <shikhapanwar@google.com> | Mon Mar 03 11:46:07 2025 +0000 |
tree | 4a311fccad5332c2d8de9fa73c38ed60e29d1e2e | |
parent | 9e3afc3a6b56e25cac90cc1355efbb9a2b6219b3 [diff] |
Retry mechanism for VM secrets Secretkeeper, from which VM retrieves its secret, keeps bounded number of live session keys. This means that Sk can fail requests when multiple VMs are attempting concurrently. On seeing such failed requests, VM should backoff for radom time (between 100-200ms, which is the upper bound on the Sk connection + access latency) & then retry with refreshed session. Test: Builds Bug: 399304956 Change-Id: I6a8cb9f269461d13973cd024c5e59374f5cc19be
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: