commit | bebcb87885a6c771c6a5bda82b8cd89b8bc5e0a6 | [log] [tgz] |
---|---|---|
author | Victor Hsieh <victorhsieh@google.com> | Fri Aug 26 11:23:16 2022 -0700 |
committer | Victor Hsieh <victorhsieh@google.com> | Tue Aug 30 08:49:10 2022 -0700 |
tree | 5bc0acad8f3f392707c37e66fecb2ae66ea4ff10 | |
parent | 4333d522e91cd86b8a850c6c7a84f633bae04049 [diff] |
composd: replace FD holder of File with OwnedFd Originally, the FDs are owned by the local variable in `run_in_vm`. Now they are owned by FdServerConfig. Test: TH Bug: 243500154 Change-Id: I639295838f0f35736aae82035d8ce215077778be
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.