commit | 231f969d9c0b8e9a81deba05eab5f7f901bb0256 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Mon Jan 09 19:36:21 2023 +0900 |
committer | Jiyong Park <jiyong@google.com> | Mon Jan 09 23:28:17 2023 +0900 |
tree | a25b443ba2bc2dd1c4dd736350f16eb0401ca8f1 | |
parent | 98ce68da730bced7d6c9ade8b5b8600c80f250a0 [diff] |
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
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.