commit | 9b272fa53abf13b6ddc0e23ce424b7bdfae9381f | [log] [tgz] |
---|---|---|
author | Motomu Utsumi <motomuman@google.com> | Fri Mar 15 19:08:01 2024 +0900 |
committer | Motomu Utsumi <motomuman@google.com> | Tue Mar 26 19:16:57 2024 +0900 |
tree | 196876c72415bc3411ab75c879725be28f403ace | |
parent | cb448f5c783c47a82528dbc55b93fcdd972e172a [diff] |
Use bpf map based isUidNetworkingBlocked on V+ NetworkPolicyManager#isUidNetworkingBlocked does not know about some firewall chains status(e.g. FIREWALL_CHAIN_OEM_DENY_1) So BpfNetMaps#isUidNetworkingBlocked is more correct but there could be some behavior difference. To avoid breaking devices and have longer verification time, this CL updates to use BpfNetMaps#isUidNetworkingBlocked only on V+ devices. Bug: 328732146 Test: TH Change-Id: I60f84a5fff90386103692841dead465652249446