Merge cherrypicks of ['googleplex-android-review.googlesource.com/21219300'] into tm-qpr2-release.

Change-Id: Iba513e117f9749ea342aa573120c758f4a14ba68
This commit is contained in:
Android Build Coastguard Worker 2023-02-14 18:20:12 +00:00
commit 50b0c84d12

View file

@ -19,3 +19,6 @@ allow hal_usb_gadget_impl proc_interrupts:file r_file_perms;
# change irq to other cores # change irq to other cores
allow hal_usb_gadget_impl proc_irq:dir r_dir_perms; allow hal_usb_gadget_impl proc_irq:dir r_dir_perms;
allow hal_usb_gadget_impl proc_irq:file w_file_perms; allow hal_usb_gadget_impl proc_irq:file w_file_perms;
# allow gadget hal to access extcon node
allow hal_usb_gadget_impl sysfs_extcon:file r_file_perms;