commit | ae67d3b516d1d47a277e9dd37eedbce1aadbc5f7 | [log] [tgz] |
---|---|---|
author | Victor Hsieh <victorhsieh@google.com> | Tue Oct 19 12:59:42 2021 -0700 |
committer | Victor Hsieh <victorhsieh@google.com> | Thu Oct 21 10:34:38 2021 -0700 |
tree | eb5fb77742b4e349162a6971fc7511eaaa39e761 | |
parent | c654922271db64317f59ca636ef113dcdd9d770d [diff] |
Use a test helper executable to open files In the test, we used a trick to open files from the shell, the pass the FDs to fd_server. It will not work for directories. This change replaces the trick with a test helper executable, which supports opening directories as FD, in order to make the future test cases that involved directory FD possible. Bug: 203251769 Test: AuthFsHostTest Change-Id: I77fdfa463f168bce99d1fccc91d0739bbc6ba00a
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.