Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information