]> git.ipfire.org Git - thirdparty/systemd.git/commit
core/exec-invoke: socket_fd must be set if any of stdio requests it
authorMike Yuan <me@yhndnzj.com>
Sat, 22 Nov 2025 17:56:41 +0000 (18:56 +0100)
committerLuca Boccassi <bluca@debian.org>
Wed, 17 Dec 2025 23:23:22 +0000 (23:23 +0000)
commitb34aee04400d063ac6910fb1f287d64ef2828057
tree644b0a81ea7c6f5a15fc816418025ed450583956
parentc8a6c42e5309e00658c4014f4e5acd05eea5f41c
core/exec-invoke: socket_fd must be set if any of stdio requests it

This is checked as one of the very first things in exec_invoke(),
hence remove the condition in fixup_input() and the whole
fixup_output().
src/core/exec-invoke.c