hal_neverallow: Add hal_uwb_server exceptions
These are similar to the existing exceptions added for `hal_uwb_vendor_server`. Also, added a TODO to remove the older `hal_uwb_vendor` tags once we migrate to the new T architecture. Bug: 196225233 Test: Compiles Change-Id: I2077d409f575a2e46684de4fb92fe3da0cceaf70
This commit is contained in:
parent
48732e041c
commit
329b0c81a8
1 changed files with 4 additions and 0 deletions
|
@ -8,6 +8,8 @@ neverallow {
|
|||
-hal_wifi_hostapd_server
|
||||
-hal_wifi_supplicant_server
|
||||
-hal_telephony_server
|
||||
-hal_uwb_server
|
||||
# TODO(b/196225233): Remove hal_uwb_vendor_server
|
||||
-hal_uwb_vendor_server
|
||||
} self:global_capability_class_set { net_admin net_raw };
|
||||
|
||||
|
@ -26,6 +28,8 @@ neverallow {
|
|||
-hal_wifi_hostapd_server
|
||||
-hal_wifi_supplicant_server
|
||||
-hal_telephony_server
|
||||
-hal_uwb_server
|
||||
# TODO(b/196225233): Remove hal_uwb_vendor_server
|
||||
-hal_uwb_vendor_server
|
||||
} domain:{ udp_socket rawip_socket } *;
|
||||
|
||||
|
|
Loading…
Reference in a new issue