Update P24 SEpolicy for grilserice_app register callbacks of
AntennaTuningService. Test: Locally tested. grilservice_app successfully register callbacks of AntennaTuningService without SEpolicy error. Bug: 321790599 Change-Id: I553a3e6f23602cc6cd77e9a7d3ce414069083f7c
This commit is contained in:
parent
9dcb8c3946
commit
e5cea68be9
3 changed files with 15 additions and 0 deletions
|
@ -1,2 +1,7 @@
|
||||||
allow grilservice_app hal_radio_ext_service:service_manager find;
|
allow grilservice_app hal_radio_ext_service:service_manager find;
|
||||||
binder_call(grilservice_app, hal_radio_ext)
|
binder_call(grilservice_app, hal_radio_ext)
|
||||||
|
|
||||||
|
binder_use(grilservice_app)
|
||||||
|
allow grilservice_app gril_antenna_tuning_service:service_manager find;
|
||||||
|
binder_call(grilservice_app, gril_antenna_tuning_service)
|
||||||
|
binder_call(grilservice_app, twoshay)
|
||||||
|
|
|
@ -1,2 +1,7 @@
|
||||||
allow grilservice_app hal_radio_ext_service:service_manager find;
|
allow grilservice_app hal_radio_ext_service:service_manager find;
|
||||||
binder_call(grilservice_app, hal_radio_ext)
|
binder_call(grilservice_app, hal_radio_ext)
|
||||||
|
|
||||||
|
binder_use(grilservice_app)
|
||||||
|
allow grilservice_app gril_antenna_tuning_service:service_manager find;
|
||||||
|
binder_call(grilservice_app, gril_antenna_tuning_service)
|
||||||
|
binder_call(grilservice_app, twoshay)
|
||||||
|
|
|
@ -1,2 +1,7 @@
|
||||||
allow grilservice_app hal_radio_ext_service:service_manager find;
|
allow grilservice_app hal_radio_ext_service:service_manager find;
|
||||||
binder_call(grilservice_app, hal_radio_ext)
|
binder_call(grilservice_app, hal_radio_ext)
|
||||||
|
|
||||||
|
binder_use(grilservice_app)
|
||||||
|
allow grilservice_app gril_antenna_tuning_service:service_manager find;
|
||||||
|
binder_call(grilservice_app, gril_antenna_tuning_service)
|
||||||
|
binder_call(grilservice_app, twoshay)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue