about summary refs log tree commit diff
path: root/pkgs/tools/security/sshuttle/sudo.patch
blob: d00aab087948d5348a9c4c9f5713e778d35ffd47 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/sshuttle/client.py b/sshuttle/client.py
index cab5b1c..e89f8a6 100644
--- a/sshuttle/client.py
+++ b/sshuttle/client.py
@@ -192,7 +192,7 @@ class FirewallClient:
 
         self.auto_nets = []

-        argvbase = ([sys.executable, sys.argv[0]] +
+        argvbase = ([sys.argv[0]] +
                     ['-v'] * (helpers.verbose or 0) +
                     ['--method', method_name] +
                     ['--firewall'])