fix hal_usb_impl service access
Bug: 202906786 Test: boot with no relevant error Change-Id: I99178488a97aa2d0b3d7e4775c88b00321084d63
This commit is contained in:
parent
68217c1ae6
commit
ee3287231f
2 changed files with 2 additions and 8 deletions
|
@ -1,8 +0,0 @@
|
|||
# b/202906786
|
||||
dontaudit hal_usb_impl configfs:lnk_file { create };
|
||||
dontaudit hal_usb_impl configfs:lnk_file { read };
|
||||
dontaudit hal_usb_impl hal_usb_gadget_hwservice:hwservice_manager { add };
|
||||
dontaudit hal_usb_impl hal_usb_gadget_hwservice:hwservice_manager { find };
|
||||
dontaudit hal_usb_impl hal_usb_hwservice:hwservice_manager { add };
|
||||
dontaudit hal_usb_impl hal_usb_hwservice:hwservice_manager { find };
|
||||
dontaudit hal_usb_impl hidl_base_hwservice:hwservice_manager { add };
|
|
@ -2,3 +2,5 @@ type hal_usb_impl, domain;
|
|||
|
||||
type hal_usb_impl_exec, vendor_file_type, exec_type, file_type;
|
||||
init_daemon_domain(hal_usb_impl)
|
||||
hal_server_domain(hal_usb_impl, hal_usb)
|
||||
hal_server_domain(hal_usb_impl, hal_usb_gadget)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue