commit | 6f03c944f6434d6302809142c95538d2b7677cb0 | [log] [tgz] |
---|---|---|
author | Shikha Panwar <shikhapanwar@google.com> | Wed Apr 13 20:26:50 2022 +0000 |
committer | Shikha Panwar <shikhapanwar@google.com> | Tue Apr 19 14:40:04 2022 +0000 |
tree | 67543b1e4347db80e8f71986fa1c7eb249d203be | |
parent | 52d83d4da5edd38a88a4a5d79523706748755476 [diff] |
Make exporting tombstone (out of VM) configurable VM owner must specify export_tombstones value in assets/vm_config in payload apk to enable/disable exporting the tombstones out of VM. This is also dm-verity protected so only the owner of the VM can make the change. There is no default value for this for now. Virtualization service will fail at load_config() throw binder_exception to client. Test: atest . (all tests in /packages/modules/Virtualization) Bug: 227443903 Change-Id: I82325a9ffc57d4d4825d51d9d41ebb767e6c1f6f
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.