Add info about RPC policies for disposableVM

Related to https://github.com/QubesOS/qubes-issues/issues/5235
This commit is contained in:
Yukikoo 2019-08-11 16:20:56 +00:00 committed by GitHub
parent 35e7f92bc7
commit 30c2d9934a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -153,6 +153,15 @@ $ qvm-open-in-vm @dispvm:online-dvm-template https://www.qubes-os.org
This will create a new DisposableVM based on `online-dvm-template`, open the default web browser in that DisposableVM, and navigate to `https://www.qubes-os.org`.
#### Example of RPC policies to allow this behavior
In dom0, add the following line to `/etc/qubes-rpc/policy/qubes.OpenURL`
~~~
$anyvm @dispvm:online-dvm-template allow
~~~
More information about RPC policies for disposableVM can be found here: `https://www.qubes-os.org/doc/qrexec3/#extra-keywords-available-in-qubes-40-and-later`
## Customizing DisposableVMs ##