Clarify description

This commit is contained in:
Andrew David Wong 2019-08-12 23:30:27 -05:00 committed by GitHub
parent e4513cb505
commit 05124bb226
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -159,10 +159,12 @@ In dom0, add the following line at the beginning of the file `/etc/qubes-rpc/pol
~~~
$anyvm @dispvm:online-dvm-template allow
~~~
This line mean:
This line means:
- FROM: Any VM
- TO: A DisposableVM based on the ``online-dvm-template`` Template
- WHAT: Allow to send a "Open URL" request
- TO: A DisposableVM based on the `online-dvm-template` TemplateVM
- WHAT: Allow sending an "Open URL" request
In other words, any VM will be allowed to create a new DisposableVM based on `online-dvm-template` and open a URL inside of that DisposableVM.
More information about RPC policies for disposableVM can be found [here][qrexec3-4.0].