Allow camera HAL to access tachyon HAL
Bug: 352680961 Flag: EXEMPT updates device sepolicy only Change-Id: I8383887e36340db67c595a12c11c336d3d9bf974
This commit is contained in:
parent
1a4e01ef9e
commit
3582506fec
2 changed files with 10 additions and 0 deletions
|
@ -27,6 +27,9 @@ allow edgetpu_tachyon_server gpu_device:chr_file rw_file_perms;
|
||||||
allow edgetpu_tachyon_server gpu_device:dir r_dir_perms;
|
allow edgetpu_tachyon_server gpu_device:dir r_dir_perms;
|
||||||
allow edgetpu_tachyon_server ion_device:chr_file r_file_perms;
|
allow edgetpu_tachyon_server ion_device:chr_file r_file_perms;
|
||||||
|
|
||||||
|
# Allow Tachyon service to access camera hal via binder.
|
||||||
|
binder_call(edgetpu_tachyon_server, hal_camera_default);
|
||||||
|
|
||||||
# Allow Tachyon service to access dmabuf sysytem.
|
# Allow Tachyon service to access dmabuf sysytem.
|
||||||
allow edgetpu_tachyon_server dmabuf_system_heap_device:chr_file r_file_perms;
|
allow edgetpu_tachyon_server dmabuf_system_heap_device:chr_file r_file_perms;
|
||||||
|
|
||||||
|
|
|
@ -6,3 +6,10 @@ get_prop(hal_camera_default, vendor_edgetpu_runtime_prop)
|
||||||
|
|
||||||
# Allow camera HAL to read hetero runtime properties
|
# Allow camera HAL to read hetero runtime properties
|
||||||
get_prop(hal_camera_default, vendor_hetero_runtime_prop)
|
get_prop(hal_camera_default, vendor_hetero_runtime_prop)
|
||||||
|
|
||||||
|
# Allow camera HAL to access tachyon HAL
|
||||||
|
allow hal_camera_default edgetpu_tachyon_service:service_manager find;
|
||||||
|
|
||||||
|
# Allow camera HAL to communicate with tachyon hal using binder calls
|
||||||
|
binder_call(hal_camera_default, edgetpu_tachyon_server);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue