Update sepolicy for grilservie_app to call twoshay service.
Related avc error log: auditd : type=1400 audit(0.0:7): avc: denied { call } for comm="pool-2-thread-1" scontext=u:r:grilservice_app:s0:c248,c256,c512,c768 tcontext=u:r:twoshay:s0 tclass=binder permissive=0 app=com.google.android.grilservice Bug: 347853101 Test: Manual test and tested v2/pixel-health-guard/device-boot-health-check-extra on abtd. No error log after this update. Change-Id: I5083e0ce549fd98d3d12f5005c02abe0fd988208
This commit is contained in:
parent
b45ba6253a
commit
81f405049f
1 changed files with 2 additions and 1 deletions
1
vendor/grilservice_app.te
vendored
1
vendor/grilservice_app.te
vendored
|
@ -1,2 +1,3 @@
|
||||||
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_call(grilservice_app, twoshay)
|
Loading…
Add table
Add a link
Reference in a new issue