-
-
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.
remove hardcoded qrexec entries for better readability
- Loading branch information
Showing
1 changed file
with
0 additions
and
3 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,14 +1,11 @@ | ||
# service arg source target action params | ||
|
||
whonix.SdwdateStatus + @tag:anon-gateway @tag:anon-vm allow autostart=no notify=no | ||
whonix.SdwdateStatus + sys-whonix @tag:anon-vm allow autostart=no notify=no | ||
whonix.SdwdateStatus + @tag:anon-gateway @default deny notify=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 |