Merge "Support monitoring USB sysfs attributes in USB HAL" into main
This commit is contained in:
commit
41a2c13c6a
1 changed files with 4 additions and 0 deletions
4
vendor/hal_usb_impl.te
vendored
4
vendor/hal_usb_impl.te
vendored
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue