Merge "Support monitoring USB sysfs attributes in USB HAL" into main

This commit is contained in:
Roy Luo 2023-08-10 04:33:29 +00:00 committed by Android (Google) Code Review
commit 41a2c13c6a

View file

@ -15,3 +15,7 @@ wakelock_use(hal_usb_impl);
# For interfacing with ThermalHAL
hal_client_domain(hal_usb_impl, hal_thermal);
# For monitoring usb sysfs attributes
allow hal_usb_impl sysfs_wakeup:dir search;
allow hal_usb_impl sysfs_wakeup:file r_file_perms;