commit | 3c0dcf292459437d64c1cf89fa8f9b12fc664a0d | [log] [tgz] |
---|---|---|
author | Shikha Panwar <shikhapanwar@google.com> | Fri Dec 06 15:40:12 2024 +0000 |
committer | Shikha Panwar <shikhapanwar@google.com> | Fri Dec 06 15:49:03 2024 +0000 |
tree | 586840bf035089991a088cfe3336fad6f1fb208c | |
parent | 3722a60821e7ca54b55ead673b25c82421d5eccd [diff] |
Refactor: Encapsulate Secretkeeper session Create a struct to contain a Secretkeeper session, which implements store_secret/get_secret. Motivation: As we intend to expose Secretkeeper based rollback protection much later in boot. We'll need to keep SkSession object around for longer. Additionally, we can implement methods such as refresh_session on SkVmSession. Bug: 378911776 Test: Builds Change-Id: Idd925635cfc43548b625548c24acb99a80fc66f4
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: