Add xhci-hcd-exynos.7 wakeup paths for suspend service
Bug: 334189230 Test: verified on device Change-Id: I0adcbe0bb1aff8ff4442c16bb733603ad8c012cf Signed-off-by: Roy Luo <royluo@google.com>
This commit is contained in:
parent
b3d863d552
commit
d1ad140faf
2 changed files with 8 additions and 0 deletions
5
vendor/hal_usb_impl.te
vendored
5
vendor/hal_usb_impl.te
vendored
|
@ -26,3 +26,8 @@ allow hal_usb_impl sysfs_usbc_throttling_stats:file r_file_perms;
|
|||
allow hal_usb_impl device:dir r_dir_perms;
|
||||
allow hal_usb_impl usb_device:chr_file rw_file_perms;
|
||||
allow hal_usb_impl usb_device:dir r_dir_perms;
|
||||
|
||||
# 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