commit | 405aa69e785ae99743d402d1d78b8d28fa105178 | [log] [tgz] |
---|---|---|
author | Shikha Panwar <shikhapanwar@google.com> | Tue Feb 07 20:52:47 2023 +0000 |
committer | Shikha Panwar <shikhapanwar@google.com> | Wed Feb 08 13:29:13 2023 +0000 |
tree | bab9f7459dd63e5466fcf70805644bd50c874a8a | |
parent | 6f8596712943ca2807b0f5444473bf7c25ecb6e5 [diff] |
CTS: Encrypted storage is inaccessible to diff VM Test that encrypted storage of 1 pVM should not be accessible by a VM with different identity. Well not really.. The storage image of pvm1 (atleast after first boot) contains encrypted filesystem which should mean nothing more than random garbage when a different VM tries to access it. encryptedstore will fail to 'mount' this filesystem. This is equivalent to testing that sealing key derived for a different instance image is different. Test: #encryptedStorageIsInaccessibleToDiffVm Bug: 259233794 Change-Id: I54cc84d7e1a5949879dd9bc7268d3a0e801c7649
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.