commit | a41535be80a04e983e31e13b0617e0256cc4c963 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Fri Sep 10 19:31:48 2021 +0900 |
committer | Jiyong Park <jiyong@google.com> | Mon Sep 13 15:38:30 2021 +0900 |
tree | 954abc07eba43fccd1a1af20e3cf17617eff8f96 | |
parent | 64d96fb60240eebfcac8baa62d8776257465f7ff [diff] |
Store public key of APK to instance disk Once a VM is started with an APK, we shouldn't accept any update of the APK if its signer has changed. For now, this CL can be considered a no-op because we don't accept any update by comparing the root hash. However, in the future, when rollback protection is supported, this change will make it possible to accept APK updates if the public key remains the same. Bug: 199143508 Test: atest MicrodroidHostTestCases Change-Id: I2448faf4a8b9637571ebcc4bc49d3619129496d5
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.