commit | c7fb95a188727a83c6e3fa2cdc27d443867cb772 | [log] [tgz] |
---|---|---|
author | Jeongik Cha <jeongik@google.com> | Fri Nov 01 00:03:01 2024 +0900 |
committer | Jeongik Cha <jeongik@google.com> | Fri Nov 01 05:25:14 2024 +0000 |
tree | 1213e8d6eca720613451178b8afc063029b0da0a | |
parent | 4326f4f620375f6ee1e833380b0513d69492a4a3 [diff] |
Generate client certificate in runtime 1. Generate client certificate in runtime 2. Write it to app data 3. (guest) mount 'internal' which refers to app data files 4. (guest) ttyd uses the cert from that Bug: 363235314 Bug: 372171883 Test: Run terminal, and then check if it works well Change-Id: Ibe2b38637781fee9a1c142d4c8fe063ae3c8612b
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: