Allow hal_usb_gadget_impl to access proc_irq am: 455c3c1653
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs201-sepolicy/+/17041067 Change-Id: I7391e7c65ce2bd2b79bb8fcbf3ffb2a4eb2041ed
This commit is contained in:
commit
2fd433348f
1 changed files with 7 additions and 0 deletions
|
@ -8,3 +8,10 @@ init_daemon_domain(hal_usb_gadget_impl)
|
|||
allow hal_usb_gadget_impl configfs:dir { create rmdir };
|
||||
allow hal_usb_gadget_impl functionfs:dir { watch watch_reads };
|
||||
set_prop(hal_usb_gadget_impl, vendor_usb_config_prop)
|
||||
|
||||
# parser the number of dwc3 irq
|
||||
allow hal_usb_gadget_impl proc_interrupts:file r_file_perms;
|
||||
|
||||
# change irq to other cores
|
||||
allow hal_usb_gadget_impl proc_irq:dir r_dir_perms;
|
||||
allow hal_usb_gadget_impl proc_irq:file w_file_perms;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue