diff --git a/tracking_denials/hal_usb_impl.te b/tracking_denials/hal_usb_impl.te deleted file mode 100644 index 79f688d..0000000 --- a/tracking_denials/hal_usb_impl.te +++ /dev/null @@ -1,2 +0,0 @@ -# b/316989074 -dontaudit hal_usb_impl fwk_stats_service:service_manager { find }; diff --git a/vendor/hal_usb_impl.te b/vendor/hal_usb_impl.te index ff8ea5a..4ab9fbc 100644 --- a/vendor/hal_usb_impl.te +++ b/vendor/hal_usb_impl.te @@ -15,3 +15,6 @@ wakelock_use(hal_usb_impl); # For interfacing with ThermalHAL hal_client_domain(hal_usb_impl, hal_thermal); + +# Needed for reporting Usb Overheat suez event through statsd +allow hal_usb_impl fwk_stats_service:service_manager find;