diff --git a/vendor/hal_usb_impl.te b/vendor/hal_usb_impl.te index 4ab9fbc..99644e8 100644 --- a/vendor/hal_usb_impl.te +++ b/vendor/hal_usb_impl.te @@ -18,3 +18,6 @@ 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; + +# For reading the usb-c throttling stats +allow hal_usb_impl sysfs_usbc_throttling_stats:file r_file_perms;