- de6bee5 [service-vm] Deserialize CBOR-encoded CSR byte array into struct by Alice Wang · 1 year, 9 months ago
- a660b52 Merge changes I0d736955,I62345041,I563036b4 into main by Treehugger Robot · 1 year, 9 months ago
- 9a7f67e Start apexd later by Alan Stokes · 1 year, 9 months ago
- 26efd19 Minor changes to boot sequence by Alan Stokes · 1 year, 9 months ago
- 0375496 Microdroid Mananger main.rs refactoring by Alan Stokes · 1 year, 9 months ago
- 4e3015d [client-vm] Build client VM CSR and sign the CSR with two keys by Alice Wang · 1 year, 10 months ago
- 9b8b8ec Add APK details to the DICE chain by Alan Stokes · 1 year, 10 months ago
- a410b64 [attestation] Rename the client VM attestation API by Alice Wang · 1 year, 10 months ago
- bbed887 Make error names more consistent. by Alan Stokes · 1 year, 10 months ago
- 1125e01 Refactoring: split Microdroid Manager main.rs by Alan Stokes · 1 year, 10 months ago
- 068f6d4 Parse APK manifest to extract version etc by Alan Stokes · 1 year, 10 months ago
- 92789f1 Allow execution of code in extra APKs by Alan Stokes · 1 year, 10 months ago
- d225af5 microdroid_manager: Use slice::chunks() by Pierre-Clément Tosi · 1 year, 11 months ago
- 3d3a70a Move per api sealing derivations to vm_secret. by Shikha Panwar · 2 years ago
- 95084df VmSecret struct: Encapsulate secret mechanisms by Shikha Panwar · 2 years, 1 month ago
- da1b273 Add avf_build_flags_rust defaults to all rust_ modules by Nikita Ioffe · 1 year, 11 months ago
- 679ddf3 Better documentation. by Alan Stokes · 2 years ago
- 476ecd4 More readable log in microdroid_manager by Jaewan Kim · 2 years ago
- 331a3a1 Fix commenting in CDDL by Alan Stokes · 2 years ago
- 1294f94 Run app payloads as non-root. by Alan Stokes · 2 years ago
- d7bd2f2 Rename avfutil to avflog by Jiyong Park · 2 years ago
- f4883fc Add libavfutil by Jiyong Park · 2 years ago
- 2227eaa Use binder::IntoBinderResult to simplify error handling by Jiyong Park · 2 years ago
- 76beee1 Merge "Fix race between read/write" into main by Treehugger Robot · 2 years, 1 month ago
- 697c860 Fix race between read/write by Jooyung Han · 2 years, 1 month ago
- aac6830 Fix soundness issue in microdroid manager. by Andrew Walbran · 2 years, 1 month ago
- ae3350d Standardise and add safety comments. by Andrew Walbran · 2 years, 1 month ago
- 65c9f1f Merge "Update Virtualization module to protobuf3." by Ludovic Barman · 2 years, 1 month ago
- eff5839 [virt] Adjust spelling of initialise in code and comments by Alice Wang · 2 years, 1 month ago
- 93ee308 Update Virtualization module to protobuf3. by Ludovic Barman · 2 years, 2 months ago
- 2b6346d Stop using kernel logger by Jiyong Park · 2 years, 2 months ago
- 959f551 Add a comment in TEST_MAPPING that ath_config has to be updated by Jiyong Park · 2 years, 2 months ago
- fd222fd [rpc_binder] Create RpcServer with new_bound_socket by Alice Wang · 2 years, 3 months ago
- 2a5306e [socket] Remove CLOEXEC flag set for vm_payload_service socket fd by Alice Wang · 2 years, 2 months ago
- 455e09c Merge "Update to use new PropertyWatcher methods." by Treehugger Robot · 2 years, 3 months ago
- d9c766e Update to use new PropertyWatcher methods. by Andrew Walbran · 2 years, 3 months ago
- 04e5dbd Bind ignored results. by Dan Albert · 2 years, 3 months ago
- c2fec93 [service-vm] Start a bare-metal service VM from a client app by Alice Wang · 2 years, 6 months ago
- 061478b [microdroid] Refator payload apk verification by Alice Wang · 2 years, 4 months ago
- f0a3354 Explicit init .rc user. by Steven Moreland · 2 years, 4 months ago
- 3124ef0 Handle ramdump in microdroid_manager by Jaewan Kim · 2 years, 5 months ago
- 7d6c066 Merge "MM to set export_tombstones if enabled via config" by Shikha Panwar · 2 years, 5 months ago
- 1a6efcd MM to set export_tombstones if enabled via config by Shikha Panwar · 2 years, 6 months ago
- 25f6936 Improve APK signature handling by Alan Stokes · 2 years, 5 months ago
- a04890b [cbor] Refactor payload config descriptor building with ciborium by Alice Wang · 2 years, 5 months ago
- 285a3d2 [microdroid] Refactor and test format payload config descriptor by Alice Wang · 2 years, 5 months ago
- cecb0aa microdroid_manager: Zero DICE hidden input by Pierre-Clément Tosi · 2 years, 6 months ago
- bad9de3 Merge "Drop unnecessary dependencies to libbinder_rpc_unstable" by Jiyong Park · 2 years, 6 months ago
- 7e6c935 [dice][microdroid] Refactor DiceDriver with the trait DiceArtifacts by Alice Wang · 2 years, 6 months ago
- 437a88f Drop unnecessary dependencies to libbinder_rpc_unstable by Jiyong Park · 2 years, 6 months ago
- 6a22be9 [dice][microdroid] Use dice API to parse Bcc Handover by Alice Wang · 2 years, 6 months ago
- 62f7e64 [dice] Replace DiceContext with OwnedDiceArtifacts in microdroid by Alice Wang · 2 years, 6 months ago
- e9b2236 Merge "[dice] Use retry_bcc_main_flow from the library libdiced_open_dice" by Alice Wang · 2 years, 6 months ago
- b40472b Merge "Export tombstones by default for debuggable VMs" by Treehugger Robot · 2 years, 6 months ago
- f4b8b00 [dice] Use retry_bcc_main_flow from the library libdiced_open_dice by Alice Wang · 2 years, 6 months ago
- 4fb201c Minor tidying by Alan Stokes · 2 years, 6 months ago
- ab1037d Export tombstones by default for debuggable VMs by Inseob Kim · 2 years, 6 months ago
- a777366 [dice] Use dice::InputValues instead of InputValuesOwned by Alice Wang · 2 years, 6 months ago
- 5aeed33 [dice] Use libdiced_open_dice_nostd for dice input and config by Alice Wang · 2 years, 6 months ago
- e587dc8 Merge "[dice] Remove unnecessary conversion for DiceMode" by Alice Wang · 2 years, 6 months ago
- 3122613 [dice] Remove unnecessary conversion for DiceMode by Alice Wang · 2 years, 6 months ago
- def7ef9 Sync encryptedstorage after payload execution by Shikha Panwar · 2 years, 7 months ago
- f11ada9 Merge "Importing rustc-1.66.0" by Charisee Chiw · 2 years, 6 months ago
- 96113f3 Importing rustc-1.66.0 by Charisee · 2 years, 7 months ago
- c16b0cc Mkdir data/tombstones before tombstone_transmit by Inseob Kim · 2 years, 7 months ago
- f44917c Wait for tombstone_transmit to init before payload by Inseob Kim · 2 years, 7 months ago
- 2df2a2e Merge "Only accept binary name not path" by Treehugger Robot · 2 years, 7 months ago
- 7e4075f Merge changes I935424a5,Ib321e2a2,I2a2513ad,Icaad2935 by Jiyong Park · 2 years, 7 months ago
- 8f12f2b Only accept binary name not path by Alan Stokes · 2 years, 7 months ago
- 231f969 Add --uid --gid options to zipfuse by Jiyong Park · 2 years, 7 months ago
- 5d302f7 Update TEST_MAPPING files by Nikita Ioffe · 2 years, 7 months ago
- be453f2 Merge "Drop inheritable caps and caps bounding set before executing payload" by Nikita Ioffe · 2 years, 8 months ago
- 3452ee2 Drop inheritable caps and caps bounding set before executing payload by Nikita Ioffe · 2 years, 8 months ago
- a2125dd rpc_binder: Update users of RpcSession by David Brazdil · 2 years, 8 months ago
- 960c903 Wait for extra_apk mounts before starting payload by Alan Stokes · 2 years, 8 months ago
- fa22bb0 Remove DEBUG_LEVEL_APP_ONLY by Seungjae Yoo · 2 years, 8 months ago
- ddc124b Implement native method getEncryptedStoragePath() by Shikha Panwar · 2 years, 8 months ago
- 3f6f6a5 Add microdroid_manager.init_done - set init done my MM by Shikha Panwar · 2 years, 8 months ago
- 49bdf79 Merge changes from topic "encryptedstore_hctr2" by Shikha Panwar · 2 years, 8 months ago
- 195f89c Change block cipher mode from XTS -> HCTR2 by Shikha Panwar · 2 years, 9 months ago
- 57bc8d7 Fix race condition between authfs_service and /data mounted by Nikita Ioffe · 2 years, 9 months ago
- 73988ea Run RpcBinder server for each VM on port==CID by David Brazdil · 2 years, 9 months ago
- c4aaa12 Merge "rpc_binder: Refactor users of RpcServer to use new API" by David Brazdil · 2 years, 9 months ago
- 9fd198f Mount a filesystem on the crypt block device by Shikha Panwar · 2 years, 9 months ago
- 4378108 Merge "Microdroid: Map a dm-crypt dev on (virtio-blk)disk" by Shikha Panwar · 2 years, 9 months ago
- 671e614 rpc_binder: Refactor users of RpcServer to use new API by David Brazdil · 2 years, 9 months ago
- eea1a68 Merge changes I87868e87,I191fabee,Ib7d1491e by Alan Stokes · 2 years, 9 months ago
- 566c967 Microdroid: Map a dm-crypt dev on (virtio-blk)disk by Shikha Panwar · 2 years, 9 months ago
- f30982b Remove onPayloadStdio by Alan Stokes · 2 years, 9 months ago
- add7b7f Print apkdmverity/zipfuse output to MM's stdio by Inseob Kim · 2 years, 9 months ago
- e916109 Fix vm_payload_service bind address by Inseob Kim · 2 years, 9 months ago
- 090b70b Don't inherit vm payload socket and stdio from MM by Inseob Kim · 2 years, 9 months ago
- 451cc96 Remove onPayloadStarted stream argument by David Brazdil · 2 years, 10 months ago
- 9a537e0 Merge "microdroid_manager: print more info when payload fails via signal" by Frederick Mayle · 2 years, 9 months ago
- 7ff121c Print backtrace of microdroid_manager to kmsg by Inseob Kim · 2 years, 9 months ago
- b5f7b6b microdroid_manager: print more info when payload fails via signal by Frederick Mayle · 2 years, 9 months ago
- b0c31f2 Merge "[rpc_binder] Use RPC binder over UDS for vm_payload_service" by Treehugger Robot · 2 years, 9 months ago
- d29770b Merge "Fix integer overflow of mkswap" by Treehugger Robot · 2 years, 9 months ago
- 888f48d Fix integer overflow of mkswap by Inseob Kim · 2 years, 9 months ago
- 43c884b [rpc_binder] Use RPC binder over UDS for vm_payload_service by Alice Wang · 2 years, 10 months ago