avc error log: [ 37.308566] type=1400 audit(1730161331.968:20): avc: denied { call } for comm="pool-3-thread-1" scontext=u:r:grilservice_app:s0:c253,c256,c512,c768 tcontext=u:r:twoshay:s0 tclass=binder permissive=0 bug=b/375564898 app=com.google.android.grilservice Flag: EXEMPT bugfix Bug: 375564898 Change-Id: I7bd57884763e255be57455b138e306c904bc66e1
6 lines
316 B
Text
6 lines
316 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)
|
|
# allow grilservice_app to binder call twoshay
|
|
binder_call(grilservice_app, twoshay)
|