commit | d18b9753c9daca2ce319bea5da3d2e3e1563e333 | [log] [tgz] |
---|---|---|
author | Victor Hsieh <victorhsieh@google.com> | Tue Nov 09 16:03:34 2021 -0800 |
committer | Victor Hsieh <victorhsieh@google.com> | Thu Nov 11 11:12:31 2021 -0800 |
tree | de11a64ba295b9ad2c1c2ea5c5223cc8570e980c | |
parent | 559b9278ba48ed29c3775aeed1160fe8ec8f6580 [diff] |
Support remote readonly directory A remote readonly directory allows a user process to open/read files at the configured mountpoint sub-directory, e.g. /authfs/42/system/framework/framework.jar. Only allowlisted files are visible. There will be transparent integrity checks for all files under such a directory, but it is not done in this change yet (tracked by b/203251769). See doc of `Args::remote_ro_dir` in main.rs for more details. Bug: 203251769 Test: atest AuthFsHostTest Change-Id: I716d6820a047761159c79947504579677c0fdeec
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.