commit | 1743878cd20564e42fe41e4fbaefcb964bf83e02 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Tue Aug 20 18:17:16 2024 +0900 |
committer | Jiyong Park <jiyong@google.com> | Sun Aug 25 11:04:51 2024 +0900 |
tree | 76327d46dd31e7a4c96314d3c9ffb5603de52e0e | |
parent | 3a06c7f3a7d2f832390915dca16588372e2496ac [diff] |
Add libsafe_ownedfd crate It provides a safe conversion function (returns Result) from RawFd to OwnedFd. Bug: 243500154 Test: build Test: atest libsafe_ownedfd.test Change-Id: Ia31add2c41df4ff9a8d45217d194d8547810fa75
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: