Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0d92b24a authored by /e/ robot's avatar /e/ robot
Browse files

Merge remote-tracking branch 'origin/lineage-17.1' into v1-q

parents c3e18d34 fed40171
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -4355,8 +4355,13 @@ public class NetworkPolicyManagerService extends INetworkPolicyManager.Stub {
            return;
        }

        final long token = Binder.clearCallingIdentity();
        try {
            setUidFirewallRule(FIREWALL_CHAIN_ISOLATED, uid,
                    isIsolated ? FIREWALL_RULE_DENY : FIREWALL_RULE_DEFAULT);
        } finally {
            Binder.restoreCallingIdentity(token);
        }

        int uidRules = oldUidRules;
        if (isIsolated) {