commit | e0d1e2055528271de401e05a322e6d5735d07025 | [log] [tgz] |
---|---|---|
author | Victor Hsieh <victorhsieh@google.com> | Fri Aug 26 10:19:40 2022 -0700 |
committer | Victor Hsieh <victorhsieh@google.com> | Fri Aug 26 15:12:49 2022 -0700 |
tree | ac8623167b44d0bc7e700f1a47c792d95bac194f | |
parent | bd166697b2e222d615f14a293e68bb9a0cd90cad [diff] |
open_then_run: Hold fd with OwnedFd instead of File/Dir Stop using Dir from the nix crate. As we're now holding the FD by OwnedFd, Dir doesn't allow us to transfer out the FD ownership. Test: TH Bug: 243500154 Change-Id: Ic5f2ead12f71c4cd2d8b34be8bd9dd548f49a87b
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.