commit | 75b000d4bfb1ee5b59cb46f1f1223344f575396b | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Tue Aug 20 18:17:16 2024 +0900 |
committer | Jiyong Park <jiyong@google.com> | Tue Sep 10 19:20:08 2024 +0900 |
tree | 133f6bcb16d4ace73423066cd839fb447ecb2d69 | |
parent | 0f12175fe12d24f2cdb8d9a31afd90a5d1e77c9a [diff] |
Add libinherited_fd crate It provides a way to obtain `OwnedFd` for file descriptors that are inherited from the parent process. Bug: 243500154 Test: build Test: atest libinherited_fd.test Change-Id: I9aba4cc125ada207c5f62e4b6279e2225a171f8a
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: