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
2 files changed
tree: d0468fa25a99e2a1bf90615c9a12e3c2d841a49d
  1. apex/
  2. apkdmverity/
  3. authfs/
  4. compos/
  5. demo/
  6. docs/
  7. javalib/
  8. launcher/
  9. microdroid/
  10. microdroid_manager/
  11. tests/
  12. virtualizationservice/
  13. vm/
  14. vmconfig/
  15. zipfuse/
  16. .clang-format
  17. Android.bp
  18. OWNERS
  19. PREUPLOAD.cfg
  20. README.md
  21. TEST_MAPPING
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.