commit | 0e8976f4dce1e5301b9ed1b703a094bc2b2053e1 | [log] [tgz] |
---|---|---|
author | Victor Hsieh <victorhsieh@google.com> | Fri Nov 05 16:54:24 2021 +0000 |
committer | Victor Hsieh <victorhsieh@google.com> | Fri Dec 10 10:56:03 2021 -0800 |
tree | 17df1b31a5383c93efe841dea6c5454fd4f73dfd | |
parent | 12fe7350bc8b41a8bdec33b01087ff7ab2825a3c [diff] |
Revert "open_then_run: open directory as path fd" This reverts commit 9646ebf8a7a2d8a78adc595a894c24776c6d1892. fd_server actually expects a directory FD but not path FD, especially since it may not have the privilege to open the directory by path. Passing the path FD doesn't really help anyway, since fd_server could simply create one by itself. See also commit 168040291ca4cb18996f93582336825388c59680. Test: atest AuthFsHostTest Change-Id: I0f28a3990f514723a143d38ea89e5dc06f442a9b
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.