commit | ebb1d90898f2d5d9e29f65436cabec78300ca436 | [log] [tgz] |
---|---|---|
author | Victor Hsieh <victorhsieh@google.com> | Fri Aug 06 13:00:18 2021 -0700 |
committer | Victor Hsieh <victorhsieh@google.com> | Mon Aug 09 08:43:23 2021 -0700 |
tree | 3009fceea9d6d0418726c403f341764bb14b1550 | |
parent | 8bb67b66f704cbcc817e1eb6d215b7727d1f901d [diff] |
Switch compsvc to use authfs_service With authfs_service, we no longer need compsvc_worker.rs and authfs.rs for the task setup. Now, for each request, compsvc can just request FDs from authfs_service then pass to the task. Also, fixed the integer type of remote FD to match ParcelFileDescriptor. Bug: 194717985 Test: atest ComposHostTestCases Change-Id: I8c0be106243778ac20e7cd96a778db4e34aef051
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.