commit | 4d6b9d4a9cd5e48623d2e7327e74253940f84fdd | [log] [tgz] |
---|---|---|
author | Victor Hsieh <victorhsieh@google.com> | Mon Nov 08 15:53:49 2021 -0800 |
committer | Victor Hsieh <victorhsieh@google.com> | Thu Nov 11 10:39:01 2021 -0800 |
tree | 6b37583b5907880cb344b7e31eb300418d0b5344 | |
parent | d5a5b1e37d73db841248a07f2bab5d15b061c2fa [diff] |
Implement root directory as a ReadonlyDirectory This makes the handling in `lookup` consistent without having to deal with inode 1 as a special case. AuthFs is now initialized outside of fusefs module, in order to allow the caller to add named entries to the filesystem's root directory more directly. The `ReadonlyDirectory` can also be used later to support remote readonly directory. Bug: 203251769 Test: atest AuthFsHostTest Change-Id: Ia27f7f3c2f39d48559c329f6a086408745fbc3d9
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.