commit | c874cd2131a0f3dc7c6c4fec0db74b3275b27ca1 | [log] [tgz] |
---|---|---|
author | Alan Stokes <alanstokes@google.com> | Tue Jun 11 16:23:18 2024 +0100 |
committer | Alan Stokes <alanstokes@google.com> | Mon Jun 17 09:43:52 2024 +0000 |
tree | a91109a932df22c5f55ce484004bc6e95fbe5061 | |
parent | 9fd57b04ea903d93a5e03c57fd8584bf1787631c [diff] |
Add tests for Rust VM Payload Make sure we exercise the Rust wrapper by having a test payload using it. API tweaks in the process: - Add a module for restricted functions to make them more obvious. - Remove a bogus generic parameter. Test tweaks in the process: - Test retrieving VM secrets in more places, it's not a restricted operation unlike CDIs etc. Note that attestation-related APIs are exercised by VmAttestationTestApp, so aren't covered here. Bug: 340857915 Test: atest MicrodroidTests Change-Id: I8f4166ffea5db17381875c83119c592d6be48296
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: