pre-final fixes

This commit is contained in:
qubedmaiska 2025-06-03 13:51:29 -04:00
parent 78654bf052
commit 524928b022
No known key found for this signature in database
GPG key ID: 204BCE0FD52C0501
20 changed files with 45 additions and 45 deletions

View file

@ -124,7 +124,7 @@ Details of all possible use cases and the messages involved are described below.
- (If `local_program` is set, `qrexec-client` executes it and uses that child's stdin/stdout in place of its own when exchanging data with `qrexec-agent` later.)
- `qrexec-client` translates that request into a `MSG_EXEC_CMDLINE` message sent to `qrexec-daemon`, with `connect_domain` set to 0 (connect to **dom0**) and `connect_port also set to 0 (allocate a port).
- `qrexec-client` translates that request into a `MSG_EXEC_CMDLINE` message sent to `qrexec-daemon`, with `connect_domain` set to 0 (connect to **dom0**) and `connect_port` also set to 0 (allocate a port).
- **dom0**: `qrexec-daemon` allocates a free port (in this case 513), and sends a `MSG_EXEC_CMDLINE` back to the client with connection parameters (**domX** and 513) and with command field empty.