core-admin/qubes-rpc-policy/qubes.UpdatesProxy.policy

19 lines
622 B
Plaintext
Raw Normal View History

## Note that policy parsing stops at the first match,
## so adding anything below "$anyvm $anyvm action" line will have no effect
## Please use a single # to start your custom comments
2018-08-08 11:38:45 +02:00
# Upgrade all TemplateVMs through sys-whonix.
#$type:TemplateVM $default allow,target=sys-whonix
# Upgrade Whonix TemplateVMs through sys-whonix.
2018-08-07 19:31:32 +02:00
$tag:whonix-updatevm $default allow,target=sys-whonix
2018-08-08 11:38:45 +02:00
# Deny Whonix TemplateVMs using UpdatesProxy of any other VM.
2018-08-07 19:31:32 +02:00
$tag:whonix-updatevm $anyvm deny
# Default rule for all TemplateVMs - direct the connection to sys-net
$type:TemplateVM $default allow,target=sys-net
$anyvm $anyvm deny