allow systemui to toggle display lhbm node

Fix the following selinux violation:
avc: denied { call } for scontext=u:r:platform_app:s0:c512,c768
tcontext=u:r:hal_graphics_composer_default:s0 tclass=binder
permissive=1 app=com.android.systemui

Bug: 205640231
Test: check avc logs while using udfps
Signed-off-by: Shiyong Li <shiyongli@google.com>
Change-Id: I196ade950541d56affd3dc38568b0275f159c799
This commit is contained in:
Shiyong Li 2021-11-16 21:52:44 +00:00 committed by TreeHugger Robot
parent 646216405f
commit 11994a8ca0

View file

@ -8,3 +8,6 @@ get_prop(platform_app, fingerprint_ghbm_prop)
set_prop(platform_app, bootanim_system_prop);
binder_call(platform_app, hal_wlc)
# allow udfps of systemui access lhbm
binder_call(platform_app, hal_graphics_composer_default)