conmon
conmon copied to clipboard
Fix sync_pipe_fd validation to include file descriptor 0
Change sync_pipe_fd checks from > 0 to >= 0 to properly handle the case where file descriptor 0 is used for the sync pipe.
Fixes: https://github.com/containers/podman/issues/27335