commit | f50ec3358bcaa7891be4925d16c5fbc25094c630 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Wed Oct 23 17:54:03 2024 +0900 |
committer | Jiyong Park <jiyong@google.com> | Wed Oct 23 17:58:14 2024 +0900 |
tree | 35c098165836b0aba24ed432f44d759b474fc82f | |
parent | 9193a8502476b50f0399e2f123f8b9e0b146d0c8 [diff] |
Give crosvm process a unique name This change uses the new --name option to set the name of the crosvm process. This is to distinguish different crosvm instances (in `ps` or in go/pitot). Bug: 375094126 Test: see below $ ps -A| grep crosvm u10_a278 13959 13933 15499192 44316 0 0 S crosvm_debian $ cat /proc/$(pgrep crosvm)/comm crosvm_debian Change-Id: Ic92c51886a574eeada609a4c2ba66742c69e3b31
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: