commit | 890892330495aff5386db2df089da10e312aab30 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Mon Feb 24 22:27:33 2025 +0000 |
committer | Steven Moreland <smoreland@google.com> | Wed Feb 26 22:47:32 2025 +0000 |
tree | dfcf91b7df97288df00f2a587325b137bb2c2eab | |
parent | 1c70772dbd1798d6b24631f07e21596e62a2a6b5 [diff] |
AVF: promote FD->IBinder to SystemApi. This is needed, dotchya know. Normally, in the same process, you do all of this, but to pass a connection to another process, imagine processes "Q -> R -> S", where: - Q is client - R is VM creator - S is VM Then Q can call binderFromPreconnectedClient, and it can implement the provider by calling an API on R which will return the results of R calling connectVsock. This way, you can have direct Q<->S communication, instead of two hops. Bugs: me Test: TH Change-Id: If968f18f2c96511fd8359cc68febd01d7dae3833
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: