From 50930b4181f7331984d826895d745e04ebc3501c Mon Sep 17 00:00:00 2001 From: Frank Yu Date: Fri, 1 Nov 2024 09:04:43 +0000 Subject: [PATCH] Allow grilservice_app to binder call twoshay 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 --- gril/hidl/1.7/sepolicy/grilservice_app.te | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gril/hidl/1.7/sepolicy/grilservice_app.te b/gril/hidl/1.7/sepolicy/grilservice_app.te index 3a170b8..fd20fb4 100644 --- a/gril/hidl/1.7/sepolicy/grilservice_app.te +++ b/gril/hidl/1.7/sepolicy/grilservice_app.te @@ -2,3 +2,5 @@ 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)