Go to file
Andrew Scull 7c6e4185bb Simplify compos key handling
The new interface to the VM instance secrets already provides a
context-specific secret so it can be used directly as the seed for the
key without requiring another derivation.

Bug: 243514248
Test: atest ComposHostTestCases
Test: atest compos_key_tests
Change-Id: Ibbff27cc6e4e8f499bf70ff6ce171f6cd7765288
2022-10-10 21:17:11 +00:00
apex Revert^2 "Change the vbmeta image for kernelboot mode" 2022-09-28 15:22:36 +00:00
apkdmverity [apkverify] Merge idsig into apkverify package 2022-09-28 08:04:51 +00:00
authfs Add AuthFsTestRule to facilitate authfs benchmark addition 2022-10-04 14:02:54 +00:00
avmd [avmd] Verify apk_digest when generating avmd file 2022-09-26 08:35:16 +00:00
compos Simplify compos key handling 2022-10-10 21:17:11 +00:00
demo Simplify use of config files 2022-10-04 17:04:03 +01:00
docs Update the test app build command in getting_started doc 2022-09-30 17:36:02 +01:00
javalib Support config-less VMs 2022-10-04 13:59:45 +01:00
launcher A lib in APK can depend on other libs in the same APK 2021-06-24 01:36:37 +09:00
libs [apkverify] Move HashAlgorithm to algorithms 2022-09-29 07:36:16 +00:00
microdroid Merge "Remove direct access to the sealing CDI from the payload" 2022-10-10 20:08:20 +00:00
microdroid_manager Merge "Remove direct access to the sealing CDI from the payload" 2022-10-10 20:08:20 +00:00
pvmfw Merge "pvmfw: Delete U-Boot-based pvmfw.img prebuilt" 2022-10-10 17:27:27 +00:00
rialto Delete cpu affinity config 2022-09-09 13:46:08 -07:00
tests Merge "Remove direct access to the sealing CDI from the payload" 2022-10-10 20:08:20 +00:00
virtualizationservice Create a unix domain listener socket for crosvm. 2022-10-05 14:09:41 +00:00
vm Initial work to make VM config file optional 2022-09-29 13:41:19 +01:00
vmbase vmbase: Make BASE_ADDRESS public 2022-10-05 21:35:50 +01:00
vmclient Make ErrorCode an enum 2022-09-05 17:43:32 +01:00
zipfuse Fix zipfuse race condition 2022-10-07 16:43:15 +01:00
.clang-format Set an initial .clang-format style 2020-10-19 14:55:06 +01:00
.gitignore [Cleanup] Add cargo targets to .gitignore 2022-08-01 15:21:48 +00:00
Android.bp [LSC] Add LOCAL_LICENSE_KINDS to packages/modules/Virtualization 2021-06-14 16:37:09 -07:00
OWNERS Add me to OWNERS 2022-07-28 01:35:42 +02:00
PREUPLOAD.cfg Remove google-java-format hook 2021-11-23 11:39:53 +00:00
README.md Add README at top of repository with links to others. 2021-06-30 16:22:17 +00:00
TEST_MAPPING [apkverify] Merge idsig into apkverify package 2022-09-28 08:04:51 +00:00
rustfmt.toml

README.md

Virtualization

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.