Stop using FDIO_SPAWN_CLONE_STDIO for sandboxed processes |
||
Issue descriptionFDIO_SPAWN_CLONE_STDIO clones FDs [0-2], but these handles may be used for files not related to stdio, so it may not be safe to clone then to sandboxed processes. Stop using FDIO_SPAWN_CLONE_STDIO and clone just STDERR stream. Also somehow we need to ensure that stderr handle is valid in all chromium process. See https://fuchsia.atlassian.net/browse/ZX-2424 for details.
,
Aug 1
FDIO_SPAWN_CLONE_STDIO is still used in tests, but not when starting sandboxed processes. |
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Aug 1