Opened 2 years ago
Closed 2 years ago
#86 closed enhancement (fixed)
Reliable command execution in VM
| Reported by: | rafal | Owned by: | rafal |
|---|---|---|---|
| Priority: | critical | Milestone: | Release 1 Beta 1 |
| Component: | core | Keywords: | |
| Cc: |
Description
Currently, dom0 can trigger command execution in VM via qubes-guid message. This has the following disadvantages:
a) requires running qubes-guid; some VMs, e.g. netvm, are started before X, so without qubes-guid
b) there is no stdin/stdout/stderr passing, and no info on exit code
Solve it via a dedicated qrexec-agent process in each VM.
Change History (3)
comment:1 Changed 2 years ago by joanna
- Owner changed from joanna to rafal
- Status changed from new to assigned
comment:2 Changed 2 years ago by joanna
- Priority changed from major to critical
comment:3 Changed 2 years ago by rafal
- Resolution set to fixed
- Status changed from assigned to closed

Implemented.
TBD - improve performance. Probably the vchan buffer is the bottleneck.