commit | 22e7045288f46768d0e6a58562a9f3e9e701d2a2 | [log] [tgz] |
---|---|---|
author | Shikha Panwar <shikhapanwar@google.com> | Mon Oct 10 18:32:55 2022 +0000 |
committer | Shikha Panwar <shikhapanwar@google.com> | Wed Oct 12 08:45:51 2022 +0000 |
tree | 8643c3a79030186fa88ef90947c8fa07d9aa0003 | |
parent | 6e9a0bc68a5e9ee997cb2576e46bbf1859756557 [diff] |
Add persistent backing for encrypted storage in VM Virtualization service will allow clients to pass the file that will back the (encrypted) storage inside VM. This patch: 1. Exposes (optional) encryptedStorageImage in VirtualMachineAppConfig. 2. Expose it as a block device to VM (by including it as partition in a writable disk). Test: bin/vm run-app --storage -> inspect the block device in vm Bug: 241543632 Change-Id: I9adbe832bda2c5f5a749d8614f056f51244ae52c
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.