commit | 74b3ac900db1bfca57e45adca6047631444a6f2b | [log] [tgz] |
---|---|---|
author | Saswat Padhi <spadhi@chromium.org> | Wed Dec 11 13:41:59 2024 -0800 |
committer | Saswat Padhi <spadhi@chromium.org> | Wed Dec 11 13:41:59 2024 -0800 |
tree | 290459458af1389d6bdfb4f99852b0617112760e | |
parent | 267fbb30e139e2a092dc40f90750401d1a19c816 [diff] |
build/debian: Verify checksums and signature for kernel sources In this CL, we add some basic validation for the kernel sources, before introducing our own patches, and finally building the kernel. Specifically, we verify the source package checksums, and that the source package contains a GPG signature that can be be verified using `debian-keyring`. The build fails if either of these conditions are unmet. Bug: 380176863 Test: ./build_in_container.sh -k Test: ./build_in_container.sh -a aarch64 -k Change-Id: I235ff507b03e368183fa44737db6ab34ec0a7ddc
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: