Allow loopback traffic in lockdown mode.
Bug: 8245184 Change-Id: If993e3d6f5c7ce5970bfe701074c85b9245aa2aa
This commit is contained in:
@@ -3382,6 +3382,7 @@ public class ConnectivityService extends IConnectivityManager.Stub {
|
||||
try {
|
||||
if (tracker != null) {
|
||||
mNetd.setFirewallEnabled(true);
|
||||
mNetd.setFirewallInterfaceRule("lo", true);
|
||||
mLockdownTracker = tracker;
|
||||
mLockdownTracker.init();
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user