commit | b3588ce9c4bfd4bf52627d563b5af9999185c965 | [log] [tgz] |
---|---|---|
author | Victor Hsieh <victorhsieh@google.com> | Tue Nov 02 15:02:32 2021 -0700 |
committer | Victor Hsieh <victorhsieh@google.com> | Fri Nov 05 08:21:16 2021 -0700 |
tree | 5ceb2b924623194772b4234686076a4c9cd99abe | |
parent | 45636230226c7d6a710f4fe6eb2cafcf93a26d8b [diff] |
Remove unnecessary local ID in authfs AuthFS had the unnecessary flexibility to associate a local file ID / filesystem entry name with the remote FD. Remove this flexibility since we can always use the remote FD to name the file entry. Also, rename some of the "id" with "fd". Although id/identifiler may make better sense in the API, calling it fd/file descriptor could reduce mental overhead. Bug: 203251769 Test: atest AuthFsHostTest Test: atest ComposHostTestCases Change-Id: I7a75ef4ed21fb00f5c7f80c560d1f654d21268cd
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.