mirror of
https://github.com/Qubes-Community/Contents.git
synced 2025-01-03 03:21:03 -05:00
update rpc policy syntax ($ -> @) (reported by @neowutran)
This commit is contained in:
parent
ebd803da27
commit
cdc7f35d67
@ -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…
Reference in New Issue
Block a user