commit | a623f034768d0ac2ae98bd3d83cb2ad38f309594 | [log] [tgz] |
---|---|---|
author | Inseob Kim <inseob@google.com> | Fri Feb 28 09:18:29 2025 +0900 |
committer | Inseob Kim <inseob@google.com> | Sat Mar 01 10:13:38 2025 +0900 |
tree | c4dfbe8ef5f7e1b9be1bfea82794d4abba2d4207 | |
parent | 9e3afc3a6b56e25cac90cc1355efbb9a2b6219b3 [diff] |
Support deleting param for preconnected sessions Although we can pass arbitrary pointers to setup preconnected clients, the lifetime isn't clear and it's very easy to make UAF bugs. To prevent UAF, an additional function can be passed to delete param when param is no longer required, effectively transferring the ownership of param to RPC session. Bug: 398890208 Test: atest MicrodroidTests Change-Id: I3bfb6d26567000c463b6e443734eadb29d945c06
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: