Open GoogleCodeExporter opened 8 years ago
One more point: Droidwall works well with Semaphore kernel 2.4 which uses an
older version of busybox.
Original comment by elhen...@gmail.com
on 21 Jan 2012 at 6:58
Perhaps DW could break large lists into multiple sequentially executed scripts
Original comment by axel.how...@yopmail.com
on 26 Jan 2012 at 9:45
I found out that there is a timeout of 40000 ms implemented in Droidwall for
starting custom scripts:
http://droidwall.googlecode.com/svn-history/r248/trunk/src/com/googlecode/droidw
all/Api.java
"public static int runScriptAsRoot(Context ctx, String script, StringBuilder
res) throws IOException {
return runScriptAsRoot(ctx, script, res, 40000);"
If the ruleset is bigger than ~5000 lines it won't start, error "-1".
But where do I have to give another timeout argument to extend this value?
Original comment by schnipel...@googlemail.com
on 29 Jan 2012 at 11:51
Original issue reported on code.google.com by
elhen...@gmail.com
on 21 Jan 2012 at 4:51