commit | 9320e0e90f46f8e5ef547a9aadec1eb2482e35b3 | [log] [tgz] |
---|---|---|
author | Pierre-Clément Tosi <ptosi@google.com> | Tue Jul 11 15:51:55 2023 +0000 |
committer | Pierre-Clément Tosi <ptosi@google.com> | Wed Jul 12 10:04:29 2023 +0000 |
tree | 84a00cb577fc5023167a417ce7678cfda0417ab8 | |
parent | 3829b64a7ae64df4c26e6397108c709021918730 [diff] |
vmbase: Clean up TRNG_RND64 result byte order Clarify the code extracting the entropy from the 3-register result of RND64 calls and address what was probably a bug on big-endian where using .to_ne_bytes() with (n_bytes % size_of::<u64>()) != 0 would have resulted in the wrong bytes being used to populate the chunk. In turn, use the newly introduced slice to simplify fill_with_entropy(). Test: atest DebugPolicyHostTests#testNoAdbInDebugPolicy_withDebugLevelNone_boots Test: atest rialto_test vmbase_example.integration_test Change-Id: Iefba4d977352abe5d3001ef44721f368f2ceeee6
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: