From e4513cb5058b23d752a40435fdcc8881569ecb92 Mon Sep 17 00:00:00 2001 From: Yukikoo Date: Mon, 12 Aug 2019 17:19:53 +0000 Subject: [PATCH] Added a rule description for OpenURL RPC Policy --- user/common-tasks/disposablevm.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/user/common-tasks/disposablevm.md b/user/common-tasks/disposablevm.md index 4c34b1b2..25b5f028 100644 --- a/user/common-tasks/disposablevm.md +++ b/user/common-tasks/disposablevm.md @@ -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].