简体   繁体   English

使用系统签名的应用程序在无根的android设备上使用iptables

[英]using iptables on non rooted android device using system signed app

Is there a way to do system wide network filtering on a non rooted android device using a system signed app ? 有没有办法使用系统签名的应用程序在无根的android设备上进行系统范围的网络过滤?

Similar to apps that are using iptables binary in rooted devices. 与在根目录设备中使用iptables binary的应用程序相似。

I think it's impossible to do that on a non rooted device because iptables requires root permission. 我认为不可能在非root用户的设备上执行此操作,因为iptables需要root权限。

In rooted devices, you should use some apps like SuperUser to grant root permission if an app wants to run iptables. 在具有root用户权限的设备中,如果某个应用程序要运行iptables,则应使用诸如SuperUser之类的应用程序授予root权限。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM