Skip to content

Commit

Permalink
prevent running /usr/lib/qubes/qubes-setup-dnat-to-ns in Qubes-Whonix
Browse files Browse the repository at this point in the history
to stop it from modifying firewall rules

https://phabricator.whonix.org/T502
  • Loading branch information
Patrick Schleizer committed Apr 25, 2016
1 parent 8b07868 commit c0c3875
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions debian/qubes-whonix.displace
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@

/etc/qubes-rpc/qubes.SyncNtpClock.anondist
/etc/qubes-rpc/qubes.SetDateTime.anondist
/usr/lib/qubes/qubes-setup-dnat-to-ns.anondist
10 changes: 10 additions & 0 deletions usr/lib/qubes/qubes-setup-dnat-to-ns.anondist
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/bash

## This file is part of Whonix.
## Copyright (C) 2012 - 2014 Patrick Schleizer <adrelanos@riseup.net>
## See the file COPYING for copying conditions.

## prevent running /usr/lib/qubes/qubes-setup-dnat-to-ns in Qubes-Whonix to stop it from modifying firewall rules
## https://phabricator.whonix.org/T502

exit 0

0 comments on commit c0c3875

Please sign in to comment.