allow hal_usb_impl configfs:dir { create rmdir };
This is needed to allow USB HAL to create multi-config gadget (ie. rndis + ncm). Bug: 172793258 Test: built and booted on oriole Signed-off-by: Maciej Żenczykowski <maze@google.com> Change-Id: Ifb98b23138122ad4e0aeea8dd9c93d7b3e16d3aa
This commit is contained in:
parent
9cfc661bee
commit
729e8901ab
1 changed files with 1 additions and 0 deletions
1
whitechapel/vendor/google/hal_usb_impl.te
vendored
1
whitechapel/vendor/google/hal_usb_impl.te
vendored
|
@ -5,6 +5,7 @@ hal_server_domain(hal_usb_impl, hal_usb_gadget)
|
|||
type hal_usb_impl_exec, vendor_file_type, exec_type, file_type;
|
||||
init_daemon_domain(hal_usb_impl)
|
||||
|
||||
allow hal_usb_impl configfs:dir { create rmdir };
|
||||
allow hal_usb_impl functionfs:dir { watch watch_reads };
|
||||
set_prop(hal_usb_impl, vendor_usb_config_prop)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue