zipfuse: Support mounting as noexec

Add an option to mount while disallowing the execution of binary files.
This allows for a layer of defence when mounting something that is only
expected to contain data. Although the data may still be treated as a
script, the interpreter for that script will have to come from another
source.

The `zipfuse` command takes the `--noexec` flag to enable this option.

Bug: 237742605
Test: atest ZipFuseTest
Change-Id: I732c96109ceaf65716c2c3ac27862c65bb7bd81f
1 file changed
tree: 4bf4ed53783bca53b47c9780687a0693683023a8
  1. .prebuilt_info/
  2. apex/
  3. apkdmverity/
  4. authfs/
  5. compos/
  6. demo/
  7. docs/
  8. javalib/
  9. launcher/
  10. libs/
  11. microdroid/
  12. microdroid_manager/
  13. pvmfw/
  14. tests/
  15. virtualizationservice/
  16. vm/
  17. vmbase/
  18. vmclient/
  19. zipfuse/
  20. .clang-format
  21. .gitignore
  22. Android.bp
  23. OWNERS
  24. PREUPLOAD.cfg
  25. README.md
  26. 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.