gs101-sepolicy: Allow platform_app to call uwb
This is to fix below avc denial: SELinux : avc: denied { find } for pid=10783 uid=10294 name=uwb scontext=u:r:platform_app:s0:c512,c768 tcontext=u:object_r:uwb_service:s0 tclass=service_manager permissive=0 Bug: 184286788 Test: Run Qorvo app without failure Change-Id: I9673a3eef3f0b0bedb50ef2a5c336d8bfe7620e7
This commit is contained in:
parent
5bbdd82a4e
commit
d59ea41ac8
1 changed files with 1 additions and 0 deletions
1
whitechapel/vendor/google/platform_app.te
vendored
1
whitechapel/vendor/google/platform_app.te
vendored
|
@ -6,6 +6,7 @@ binder_call(platform_app, hal_wlc)
|
|||
|
||||
allow platform_app fwk_stats_hwservice:hwservice_manager find;
|
||||
allow platform_app nfc_service:service_manager find;
|
||||
allow platform_app uwb_service:service_manager find;
|
||||
|
||||
allow platform_app touch_context_service:service_manager find;
|
||||
binder_call(platform_app, twoshay)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue