Root dir of zipfuse gets permission 500

In preparation for enabling `-o default_permissions` the root directory
of a zipfuse filesystem gets the permission mode of 500 so that it is
readable and searchable by the owner.

Bug: 264668376
Test: `ls -al /mnt` inside the VM gives the following:
```
total 4
drwxr-xr-x  9 root system  180 2023-01-09 08:43 .
drwxr-xr-x 14 root root   4096 2021-01-25 10:14 ..
drwxr-xr-x  2 root root     40 2023-01-09 08:43 androidwritable
dr-x------  6 root root      0 1970-01-01 00:00 apk
...
```

Previously, the mode for `apk` was `d---------`.

Change-Id: I2a2513adfd708a93b66dcb70630aeda5036689cc
1 file changed
tree: c1fc88657cc07e8b8297997c1b4e362f8b2849fb
  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.