-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixes #12
- Loading branch information
Showing
6 changed files
with
24 additions
and
9 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
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# service arg source target action params | ||
|
||
whonix.SdwdateStatus * @tag:anon-gateway @tag:anon-vm allow autostart=no | ||
whonix.SdwdateStatus * sys-whonix @tag:anon-vm allow autostart=no | ||
whonix.SdwdateStatus * @anyvm @anyvm deny | ||
|
||
whonix.NewStatus * @tag:anon-vm @tag:anon-gateway allow autostart=no | ||
whonix.NewStatus * @tag:anon-vm sys-whonix allow autostart=no | ||
whonix.NewStatus * @anyvm @anyvm deny | ||
|
||
whonix.GatewayCommand * @tag:anon-gateway @tag:anon-vm allow autostart=no | ||
whonix.GatewayCommand * sys-whonix @tag:anon-vm allow autostart=no | ||
whonix.GatewayCommand * @anyvm @anyvm deny |
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,3 +1,2 @@ | ||
$tag:anon-gateway $tag:anon-vm allow,autostart=no | ||
sys-whonix $tag:anon-vm allow,autostart=no | ||
$anyvm $anyvm deny | ||
# Legacy. This file does nothing and will be removed in a future release. See: | ||
# /etc/qubes/policy.d/80-whonix.policy |
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,3 +1,2 @@ | ||
$tag:anon-vm $tag:anon-gateway allow,autostart=no | ||
$tag:anon-vm sys-whonix allow,autostart=no | ||
$anyvm $anyvm deny | ||
# Legacy. This file does nothing and will be removed in a future release. See: | ||
# /etc/qubes/policy.d/80-whonix.policy |
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,3 +1,2 @@ | ||
$tag:anon-gateway $tag:anon-vm allow,autostart=no | ||
sys-whonix $tag:anon-vm allow,autostart=no | ||
$anyvm $anyvm deny | ||
# Legacy. This file does nothing and will be removed in a future release. See: | ||
# /etc/qubes/policy.d/80-whonix.policy |
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