mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-12-14 23:45:07 -05:00
Use @dispvm instead of $dispvm
Update to the 4.0 Qrexec policy format [1], partially motivated by
QSB #38 and the risk of shell parameter expansion of "$".
[1]: 378a3e3/2020-06-22-new-qrexec-policy-system.md (L258)
This commit is contained in:
parent
7360c44803
commit
c2a959e54e
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ Restoring a DisposableVM from the savefile
|
|||
------------------------------------------
|
||||
|
||||
|
||||
Normally, disposable VM is created when qubes rpc request with target *$dispvm* is received. Then, as a part of rpc connection setup, the ``qfile-daemon-dvm`` program is executed; it executes ``/usr/lib/qubes/qubes_restore`` program. It is crucial that this program executes quickly, to make DisposableVM creation overhead bearable for the user. Its main steps are:
|
||||
Normally, disposable VM is created when qubes rpc request with target *@dispvm* is received. Then, as a part of rpc connection setup, the ``qfile-daemon-dvm`` program is executed; it executes ``/usr/lib/qubes/qubes_restore`` program. It is crucial that this program executes quickly, to make DisposableVM creation overhead bearable for the user. Its main steps are:
|
||||
|
||||
1. modify the savefile so that the VM name, VM UUID, MAC address and IP address are unique
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue