mirror of
https://github.com/flatpak/flatpak.git
synced 2026-04-19 06:22:06 -04:00
These fds are stdin, stdout and stderr respectively, and are expected to remain open at all times (if they are not needed then they can point to /dev/null, but they should always be open). If the user gives us `--env-fd=2` or similar, we don't want to close fd 2 before exiting unsuccessfully: that would give us nowhere to display the error message. Signed-off-by: Simon McVittie <smcv@collabora.com>