mirror of
https://github.com/Qubes-Community/Contents.git
synced 2025-05-02 06:16:28 -04:00
update rpc policy syntax ($ -> @) (reported by @neowutran)
This commit is contained in:
parent
ebd803da27
commit
cdc7f35d67
1 changed files with 6 additions and 6 deletions
|
@ -43,17 +43,17 @@ In the following example, opening URLs in specific VMs is explicitely forbidden
|
|||
`/etc/qubes-rpc/qubes.OpenURL`:
|
||||
|
||||
~~~
|
||||
$anyvm vault deny
|
||||
$anyvm private deny
|
||||
$anyvm banking deny
|
||||
$anyvm $dispvm allow
|
||||
$anyvm $anyvm ask
|
||||
@anyvm vault deny
|
||||
@anyvm private deny
|
||||
@anyvm banking deny
|
||||
@anyvm @dispvm allow
|
||||
@anyvm @anyvm ask
|
||||
~~~
|
||||
|
||||
`/etc/qubes-rpc/qubes.OpenInVM`:
|
||||
|
||||
~~~
|
||||
$anyvm $anyvm ask
|
||||
@anyvm @anyvm ask
|
||||
~~~
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue