Skip to content

Commit

Permalink
Provide nflog_arm64 binary (built with make ARCH=arm64 nflog)
Browse files Browse the repository at this point in the history
It's ridiculous that this is not built remotely in a controlled manner!

Should fix #1397 #1380
  • Loading branch information
Fry-kun committed Nov 2, 2024
1 parent d13af7e commit 4880b36
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/dev/ukanth/ufirewall/Api.java
Original file line number Diff line number Diff line change
Expand Up @@ -1857,7 +1857,7 @@ private static boolean installBinariesArm64() {
//if (!installBinary(ctx, R.raw.busybox_arm64, "busybox")) return false;
//if (!installBinary(ctx, R.raw.iptables_arm64, "iptables")) return false;
//if (!installBinary(ctx, R.raw.ip6tables_arm64, "ip6tables")) return false;
//if (!installBinary(ctx, R.raw.nflog_arm64, "nflog")) return false;
if (!installBinary(ctx, R.raw.nflog_arm64, "nflog")) return false;
//if (!installBinary(ctx, R.raw.run_pie_arm64, "run_pie")) return false;
return true;
}
Expand Down
Binary file added app/src/main/res/raw/nflog_arm64
Binary file not shown.

0 comments on commit 4880b36

Please sign in to comment.