Added a rule description for OpenURL RPC Policy

This commit is contained in:
Yukikoo 2019-08-12 17:19:53 +00:00 committed by GitHub
parent 77d629f6d9
commit e4513cb505
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -155,10 +155,14 @@ This will create a new DisposableVM based on `online-dvm-template`, open the def
#### Example of RPC policies to allow this behavior #### Example of RPC policies to allow this behavior
In dom0, add the following line to `/etc/qubes-rpc/policy/qubes.OpenURL` In dom0, add the following line at the beginning of the file `/etc/qubes-rpc/policy/qubes.OpenURL`
~~~ ~~~
$anyvm @dispvm:online-dvm-template allow $anyvm @dispvm:online-dvm-template allow
~~~ ~~~
This line mean:
- FROM: Any VM
- TO: A DisposableVM based on the ``online-dvm-template`` Template
- WHAT: Allow to send a "Open URL" request
More information about RPC policies for disposableVM can be found [here][qrexec3-4.0]. More information about RPC policies for disposableVM can be found [here][qrexec3-4.0].