about summary refs log tree commit diff
path: root/pkgs/tools/security/sshuttle/sudo.patch
blob: f8e08ef26843c1ffbcae93daf674d7d5f80ab5e9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git i/sshuttle/client.py w/sshuttle/client.py
index 29c3dfa..da813ed 100644
--- i/sshuttle/client.py
+++ w/sshuttle/client.py
@@ -209,7 +209,7 @@ class FirewallClient:
     def __init__(self, method_name, sudo_pythonpath):
         self.auto_nets = []
 
-        argvbase = ([sys.executable, sys.argv[0]] +
+        argvbase = ([sys.argv[0]] +
                     ['-v'] * (helpers.verbose or 0) +
                     ['--method', method_name] +
                     ['--firewall'])