Allow systemui find radio_service
avc: denied { find } for pid=1810 uid=10231 name=phone scontext=u:r:systemui_app:s0:c231,c256,c512,c768 tcontext=u:object_r:radio_service:s0 tclass=service_manager permissive=0 Bug: 272628174 Bug: 272628396 Bug: 273674238 Test: boot-to-home and sim icon showed up Change-Id: Ia7f84f53f131d868d356fd6d358188748c723757
This commit is contained in:
parent
0198a5224a
commit
aa45dde84e
2 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,6 @@ systemui_app mediametrics_service service_manager b/272628174
|
|||
systemui_app mediaserver_service service_manager b/272628174
|
||||
systemui_app property_socket sock_file b/269964574
|
||||
systemui_app qemu_hw_prop file b/269964574
|
||||
systemui_app radio_service service_manager b/272628174
|
||||
systemui_app twoshay binder b/269964574
|
||||
systemui_app vr_manager_service service_manager b/272628174
|
||||
twoshay systemui_app binder b/269964558
|
||||
|
|
1
vendor/systemui_app.te
vendored
1
vendor/systemui_app.te
vendored
|
@ -4,6 +4,7 @@ allow systemui_app app_api_service:service_manager find;
|
|||
allow systemui_app network_score_service:service_manager find;
|
||||
allow systemui_app overlay_service:service_manager find;
|
||||
allow systemui_app color_display_service:service_manager find;
|
||||
allow systemui_app radio_service:service_manager find;
|
||||
|
||||
get_prop(systemui_app, keyguard_config_prop)
|
||||
set_prop(systemui_app, bootanim_system_prop)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue