76ced5d6a6
type=1400 audit(1516839845.731:13): avc: denied { unlink } for pid=800 comm="usb@1.1-service" name="UDC" dev="configfs" ino=27143 scontext=u:r:hal_usb_impl:s0 tcontext=u:object_r:configfs:s0 tclass=file permissive=0 avc: denied { unlink } for pid=800 comm="usb@1.1-service" name="UDC" dev="configfs" ino=27143 scontext=u:r:hal_usb_impl:s0 tcontext=u:object_r:configfs:s0 tclass=file permissive=0 Bug: 63669128 Change-Id: If193c88658ec9c72299beb717990ddb8211da9a5
14 lines
641 B
Text
14 lines
641 B
Text
# HwBinder IPC from client to server, and callbacks
|
|
binder_call(hal_usb_gadget_client, hal_usb_gadget_server)
|
|
binder_call(hal_usb_gadget_server, hal_usb_gadget_client)
|
|
|
|
add_hwservice(hal_usb_gadget_server, hal_usb_gadget_hwservice)
|
|
allow hal_usb_gadget_client hal_usb_gadget_hwservice:hwservice_manager find;
|
|
|
|
# Configuring usb gadget functions
|
|
allow hal_usb_gadget_server configfs:lnk_file { read create unlink};
|
|
allow hal_usb_gadget_server configfs:dir rw_dir_perms;
|
|
allow hal_usb_gadget_server configfs:file create_file_perms;
|
|
allow hal_usb_gadget_server functionfs:dir { read search };
|
|
allow hal_usb_gadget_server functionfs:file read;
|
|
|