[tor-commits] [orbot/master] we no longer ship xtables, so don't try to install it

n8fr8 at torproject.org n8fr8 at torproject.org
Wed Oct 25 15:55:07 UTC 2017


commit 9140ba6a4751842e32b7fcdb285bbb59e8d7e0ef
Author: n8fr8 <nathan at freitas.net>
Date:   Wed Oct 25 00:06:58 2017 -0400

    we no longer ship xtables, so don't try to install it
---
 .../org/torproject/android/service/util/TorResourceInstaller.java    | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/orbotservice/src/main/java/org/torproject/android/service/util/TorResourceInstaller.java b/orbotservice/src/main/java/org/torproject/android/service/util/TorResourceInstaller.java
index 36369aac..8e2a6e02 100644
--- a/orbotservice/src/main/java/org/torproject/android/service/util/TorResourceInstaller.java
+++ b/orbotservice/src/main/java/org/torproject/android/service/util/TorResourceInstaller.java
@@ -101,11 +101,6 @@ public class TorResourceInstaller implements TorServiceConstants {
         streamToFile(is,outFile, false, true);
         setExecutable(outFile);
     
-        is = context.getAssets().open(cpuPath + '/' + IPTABLES_ASSET_KEY + MP3_EXT);
-        outFile = new File(installFolder, IPTABLES_ASSET_KEY);
-        streamToFile(is,outFile, false, true);
-        setExecutable(outFile);
-        
         is = context.getAssets().open(cpuPath + '/' + PDNSD_ASSET_KEY + MP3_EXT);
         outFile = new File(installFolder, PDNSD_ASSET_KEY);
         streamToFile(is,outFile, false, true);





More information about the tor-commits mailing list