You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use 'qrexec-client-vm --use-stdin-socket' to properly handle EOF
When qrexec-client-vm is called from a systemd unit connected to a
socket, it the same socket on both stdin and stdout. Tell
qrexec-client-vm about it, so it can use shutdown() instead of close()
to properly deliver EOF. It will also make the qrexec-client-vm to use
just stdin FD.
QubesOS/qubes-issues#9169
0 commit comments