Allows the Camera HAL to start a new ISP Service. avc message: 07-31 17:08:46.990 536 536 E SELinux : avc: denied { add } for pid=8308 uid=1000 name=com.google.pixel.camera.isp.IIspService/default scontext=u:r:hal_camera_default:s0 tcontext=u:object_r:default_android_service:s0 tclass=service_manager permissive=0 Bug: 293447476 Test: verify no avc errors and ISP Service starts Test: atest liblyric.services_isp_service_test Change-Id: Icbd07820d3323c09868d0249c1ef9d7f2952751e
8 lines
392 B
Plaintext
8 lines
392 B
Plaintext
type vendor_camera_binder_service, hal_service_type, protected_service, service_manager_type;
|
|
|
|
type hal_pixel_remote_camera_service, hal_service_type, protected_service, service_manager_type;
|
|
|
|
type vendor_camera_lyricconfigprovider_service, hal_service_type, protected_service, service_manager_type;
|
|
|
|
type vendor_camera_isp_service, hal_service_type, protected_service, service_manager_type;
|