commit | 168040291ca4cb18996f93582336825388c59680 | [log] [tgz] |
---|---|---|
author | Victor Hsieh <victorhsieh@google.com> | Wed Dec 01 14:09:13 2021 -0800 |
committer | Victor Hsieh <victorhsieh@google.com> | Thu Dec 02 17:46:54 2021 -0800 |
tree | 0126bb671133baee5ff973ce4fcc65b745007203 | |
parent | 641fc4a28042399d4f9c0f6cc37f7b6695811ccd [diff] |
Pass dir fd instead of path fd from composd to fd_server It doesn't make sense for fd_server to receive a path FD, since it can create by itself. It may not work when both processes are in different SELinux domain, for example. Instead, pass a directory fd as capability. Bug: 205750213 Test: composd_cmd forced-odrefresh Test: atest AuthFsHostTest Change-Id: I0baca8643858c3840efaa3023a5ec7b027c6a1d5
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.