Add --uid --gid options to zipfuse

So far, files and directories in a zipfuse filesystem had root as its
uid/gid. This change adds two options --uid and --gid to zipfuse which
are used to override the behavior.

For now, microdroid_manager uses `--uid 0 --gid 0` which means there's
no behavioral change. A follow-up change will set the IDs to a non-root
value.

Bug: 264668376
Test: run microdroid tests
Change-Id: I935424a52edcc3868fdf6aef526a641855a67f63
2 files changed
tree: a25b443ba2bc2dd1c4dd736350f16eb0401ca8f1
  1. apex/
  2. apkdmverity/
  3. authfs/
  4. avmd/
  5. compos/
  6. demo/
  7. docs/
  8. encryptedstore/
  9. javalib/
  10. launcher/
  11. libs/
  12. microdroid/
  13. microdroid_manager/
  14. pvmfw/
  15. rialto/
  16. tests/
  17. virtualizationservice/
  18. vm/
  19. vm_payload/
  20. vmbase/
  21. vmclient/
  22. zipfuse/
  23. .clang-format
  24. .gitignore
  25. Android.bp
  26. OWNERS
  27. PREUPLOAD.cfg
  28. README.md
  29. 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.