mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-06-26 07:30:46 -04:00
Update attachment paths
This commit is contained in:
parent
ba376404e0
commit
e5a21f7488
30 changed files with 107 additions and 107 deletions
|
@ -37,7 +37,7 @@ TBD
|
|||
|
||||
## Components
|
||||
|
||||

|
||||

|
||||
|
||||
A central entity in the Qubes Admin API system is a `qubesd` daemon, which
|
||||
holds information about all domains in the system and mediates all actions (like
|
||||
|
|
|
@ -117,7 +117,7 @@ Details of all possible use cases and the messages involved are described below.
|
|||
|
||||
### dom0: request execution of `cmd` in domX
|
||||
|
||||

|
||||

|
||||
|
||||
- **dom0**: `qrexec-client` is invoked in **dom0** as follows:
|
||||
|
||||
|
@ -145,7 +145,7 @@ Details of all possible use cases and the messages involved are described below.
|
|||
|
||||
### domX: request execution of service `admin.Service` in dom0
|
||||
|
||||

|
||||

|
||||
|
||||
- **domX**: `qrexec-client-vm` is invoked as follows:
|
||||
|
||||
|
@ -191,7 +191,7 @@ Details of all possible use cases and the messages involved are described below.
|
|||
|
||||
### domX: invoke execution of qubes service `qubes.Service` in domY
|
||||
|
||||

|
||||

|
||||
|
||||
- **domX**: `qrexec-client-vm` is invoked as follows:
|
||||
|
||||
|
|
|
@ -38,7 +38,7 @@ Typically, the first thing that a `qrexec-client` instance does is to send a req
|
|||
`qrexec-client` starts a vchan server, which `qrexec-agent` then connects to.
|
||||
Once this channel is established, stdin/stdout/stderr from the VMprocess is passed between `qrexec-agent` and the `qrexec-client` process.
|
||||
|
||||

|
||||

|
||||
|
||||
The `qrexec-client` command is used to make connections to VMs from dom0.
|
||||
For example, the following command creates an empty file called `hello-world.txt` in the home folder of `someVM`:
|
||||
|
|
|
@ -300,7 +300,7 @@ significantly differs from what is described in this section.
|
|||
The VM-VM channels in Qubes R2 are made via "gluing" two VM-Dom0 and Dom0-VM
|
||||
vchan connections:
|
||||
|
||||

|
||||

|
||||
|
||||
Note that Dom0 never examines the actual data flowing in neither of the two
|
||||
vchan connections.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue