commit | d5a5b1e37d73db841248a07f2bab5d15b061c2fa | [log] [tgz] |
---|---|---|
author | Victor Hsieh <victorhsieh@google.com> | Tue Nov 09 11:42:34 2021 -0800 |
committer | Victor Hsieh <victorhsieh@google.com> | Thu Nov 11 08:50:21 2021 -0800 |
tree | 5fa146908c5b85294dd762e9b3835243af65e78d | |
parent | 9d14028ba2804c3589e8ffc2c06d680dc4318095 [diff] |
Fix incorrect inode assignment for remote directory The previous implement of VerifiedNewDirectory returns remote FDs as the inode, which is no longer the correct assignment. This change assigns the inode using `next_inode` in AuthFs. Bug: 203251769 Test: atest AuthFsHostTest Change-Id: Ib6adbe3768b510e45ffcb1111dbbfcc779758a1d
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.