commit | 161dddafed3c3ff30d413eeb7a04b4285893af57 | [log] [tgz] |
---|---|---|
author | David Brazdil <dbrazdil@google.com> | Fri Jan 06 20:29:19 2023 +0000 |
committer | David Brazdil <dbrazdil@google.com> | Mon Jan 09 11:52:06 2023 +0000 |
tree | fad47a2a3788676f69a11150c566447b99a15c8d | |
parent | 4280d7c8e79b49c3857b379ce18519d4e83954c2 [diff] |
virtmgr: Set O_CLOEXEC on inherited FDs virtmgr inherits two FDs from the parent. These must have O_CLOEXEC disabled to survive the fork/exec but it should be re-enabled immediately after to avoid acidentally leaking them any further. Bug: 245727626 Test: atest -p packages/modules/Virtualization:avf-presubmit Change-Id: I8642e21480be1c8ef04d252b0429d3df13485288
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.