Merge "Add support for hal_uwb" am: 26c35067d5

Original change: https://android-review.googlesource.com/c/platform/system/sepolicy/+/1732953

Change-Id: Ia84dd30529a037ac745d8bae9e402b3c70dccbb4
This commit is contained in:
Michael Ayoubi 2021-06-18 05:02:38 +00:00 committed by Automerger Merge Worker
commit 4958ba6d47
3 changed files with 5 additions and 0 deletions

View file

@ -68,6 +68,7 @@
hal_remotelyprovisionedcomponent_service
hal_secureclock_service
hal_sharedsecret_service
hal_uwb_service
hal_weaver_service
hw_timeout_multiplier_prop
keystore_compat_hal_service

View file

@ -358,6 +358,7 @@ hal_attribute(tv_input);
hal_attribute(tv_tuner);
hal_attribute(usb);
hal_attribute(usb_gadget);
hal_attribute(uwb);
hal_attribute(vehicle);
hal_attribute(vibrator);
hal_attribute(vr);

View file

@ -8,6 +8,7 @@ neverallow {
-hal_wifi_hostapd_server
-hal_wifi_supplicant_server
-hal_telephony_server
-hal_uwb_server
} self:global_capability_class_set { net_admin net_raw };
# Unless a HAL's job is to communicate over the network, or control network
@ -25,6 +26,7 @@ neverallow {
-hal_wifi_hostapd_server
-hal_wifi_supplicant_server
-hal_telephony_server
-hal_uwb_server
} domain:{ udp_socket rawip_socket } *;
neverallow {
@ -36,6 +38,7 @@ neverallow {
-hal_wifi_hostapd_server
-hal_wifi_supplicant_server
-hal_telephony_server
-hal_uwb_server
} {
domain
userdebug_or_eng(`-su')