commit | cc0db521340b2409618b5686418fc8746506190c | [log] [tgz] |
---|---|---|
author | Andrew Walbran <qwandor@google.com> | Mon Jul 12 17:03:42 2021 +0000 |
committer | Jiyong Park <jiyong@google.com> | Fri Jul 23 14:39:53 2021 +0900 |
tree | d0468fa25a99e2a1bf90615c9a12e3c2d841a49d | |
parent | 62d78030d5c02036fe4e5cfd77d09fd668de1dcf [diff] |
Pass payload disk images as file descriptors rather than paths. Converting to "/proc/self/fd/N" and then opening it again is not allowed by SELinux policy. Bug: 193402941 Test: atest VirtualizationTestCases MicrodroidHostTestCases Change-Id: Ic0a96e2f5977972d21d2ead47f1fbf4dd079eafa
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.