-
-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/pr/487'
* origin/pr/487: comment out `/etc/qubes-rpc/policy/qubes.UpdatesProxy`
- Loading branch information
Showing
1 changed file
with
2 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,2 @@ | ||
## 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 | ||
|
||
# Upgrade all Templates through sys-whonix. | ||
#$type:TemplateVM $default allow,target=sys-whonix | ||
|
||
# Upgrade Whonix Templates through sys-whonix. | ||
$tag:whonix-updatevm $default allow,target=sys-whonix | ||
|
||
# Deny Whonix Templates using UpdatesProxy of any other VM. | ||
$tag:whonix-updatevm $anyvm deny | ||
|
||
# Default rule for all Templates - direct the connection to sys-net | ||
$type:TemplateVM $default allow,target=sys-net | ||
|
||
$anyvm $anyvm deny | ||
# Legacy. This file does nothing and will be removed in a future release. See: | ||
# /etc/qubes/policy.d/90-default.policy |