mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2024-10-01 01:25:40 -04:00
Added a rule description for OpenURL RPC Policy
This commit is contained in:
parent
77d629f6d9
commit
e4513cb505
@ -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
|
||||
|
||||
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
|
||||
~~~
|
||||
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].
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user