如何在android源代码树中应用iptables.conf文件?

时间:2018-09-11 02:40:58

标签: android iptables

我想将一些规则应用于android中的iptables。 我有以前项目(linux)的一些文件

start_iptables.sh,    (iptables-restore < below_files)

00_base.conf          (-A INPUT ... blah~)
10_harden.conf
20_p2p_drop.conf
30_debug.conf
...

先前的Linux项目/etc/init.d/start_iptables.sh在引导时启动, 并完全贴上,完成。 但是现在,我不知道在哪里可以在Android源代码树中编辑/插入这些文件,因为我对android系统感到陌生。

我认为这是候选人。 这样对吗? 如果您知道更好的主意,请告诉我(URL,示例,..)

android/system/core/rootdir/init.rc   (for start_iptables.sh)
android/external/iptables/Android.mk  (for insert conf files)

0 个答案:

没有答案