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:
parent
646216405f
commit
11994a8ca0
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue