commit | 7581dc3746c674753ed19ffe875ba37180b56336 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Mon Jan 09 16:30:07 2023 +0900 |
committer | Jiyong Park <jiyong@google.com> | Mon Jan 09 23:19:04 2023 +0900 |
tree | ef233045c15d8f0830e235aeef4afe7837bdceab | |
parent | 4280d7c8e79b49c3857b379ce18519d4e83954c2 [diff] |
zipfuse: files default permission is 400 When a file in the zip archive doesn't have the external attribute specifying the file mode, it defaults to 400 instead of 000 so that it can at least be read by the owner. Bug: 264668376 Test: ls -al /mnt/apk shows ``` dr-x------ 5 root root 0 1970-01-01 00:00 META-INF dr-x------ 3 root root 0 1970-01-01 00:00 lib -r-------- 1 root root 40 1970-01-01 00:00 resources.arsc ``` Change-Id: Icaad2935f0c3a194e32ae0b6e900cd03a27b9e1d
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.