commit | 23c84c9f93c4fd9ab8ddcf586ceb7607f29ff88e | [log] [tgz] |
---|---|---|
author | Pierre-Clément Tosi <ptosi@google.com> | Fri Jul 14 16:50:56 2023 +0000 |
committer | Pierre-Clément Tosi <ptosi@google.com> | Fri Jul 14 17:22:58 2023 +0000 |
tree | e29c08d248322480cab01ee01bd722204b04b2db | |
parent | 2c9d937463c18782a4d7741b648d0e9bcc5007a2 [diff] |
vmbase: Replace CRYPTO_sysrand() with getentropy() As the library is replacing the internal CRYPTO_sysrand() functions with the more standard getentropy, expose our source of entropy through the new symbol. Bug: 290898063 Bug: 291102972 Test: - Change-Id: I7e42a51b15aef14800bc82dca8cd67df5b5730cb
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:
How-Tos: