commit | 6ec2ae2debf3c6a0ad7ce906dad1a5d2e4d1607a | [log] [tgz] |
---|---|---|
author | Pierre-Clément Tosi <ptosi@google.com> | Wed Oct 26 15:14:45 2022 +0100 |
committer | Pierre-Clément Tosi <ptosi@google.com> | Wed Oct 26 16:01:43 2022 +0100 |
tree | ef4040cab11a4b6f096c8704f28749e9d3c3ec00 | |
parent | 11e8c0ec8dd764a2cc7900b2f09c59e26603b1c8 [diff] |
pvmfw: Introduce pvmfw_embedded_key pvmfw contains a reference public key against which it compares the key used to sign the virtual machine payloads it receives. Export that public key as pvmfw_embedded_key, a binary file intended to be built into pvmfw. For release builds, the pvmfw image is expected to be post-processed to find-and-replace (in-place) that key with the public release key. Bug: 255575669 Test: m pvmfw_embedded_key Change-Id: Ia4490688cc3d1954a18e703a97812a9a28e63e7a
This repository contains userspace services related to running virtual machines on Android, especially protected virtual machines. See the getting started documentation and Microdroid README for more information.