hal_usb_impl: Grant read permission to usb overheat files

Carried over from WHI PRO setting.

Bug: 307583011
Test: no audit logs
Change-Id: Icdcf36ee739f009a1e87ecd346b6178d096079b9
This commit is contained in:
Roy Luo 2024-02-07 05:19:37 +00:00
parent 01658d880d
commit 0e115d4d15

View file

@ -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;