| commit | d0e382ffbfcbb16c7a6098f0216b362eb8891b41 | [log] [tgz] |
|---|---|---|
| author | Jiyong Park <jiyong@google.com> | Sat Jun 21 23:46:42 2025 +0900 |
| committer | Jiyong Park <jiyong@google.com> | Sat Jun 21 23:48:33 2025 +0900 |
| tree | cb99c645aca9c686b4450ef5558b6ab3a32c9116 | |
| parent | 85d6dc879326814168344d07dd083c59e7f8ccdb [diff] |
Use /proc/self/comm when argv[0] is not available When libvmclient determins the name of the calling process, it used argv[0]. However, it may not work if the caling process is an Android app, in which case /proc/self/comm works. Bug: 425014115 Test: atest MicrodroidTestApp:com.android.microdroid.test.MicrodroidTests#vm_virtmgrCrash Flag: EXEMPT debug-only change Change-Id: I4500e90e7ab697cf799b43394d163e34431192a0
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: