Move the type to a common sepolicy so it can be shared. avc: denied { find } for pid=6493 uid=10256 name=vendor.google.radio_ext.IRadioExt/default scontext=u:r:grilservice_app:s0:c0,c257,c512,c768 tcontext=u:object_r:default_android_service:s0 tclass=service_manager permissive=0 NO_AVC_EVIDENCE_CHECK=default_android_service not supported Bug: 365099058 Test: manual Flag: EXEMPT mk file Change-Id: I9c2471792c2a423e19f1472bd7923a5284f9127e
4 lines
231 B
Text
4 lines
231 B
Text
# allow grilservice_app to find hal_radio_ext_service
|
|
allow grilservice_app hal_radio_ext_service:service_manager find;
|
|
# allow grilservice_app to binder call hal_radioext_default
|
|
binder_call(grilservice_app, hal_radioext_default)
|