Allow systemui to find adbd

Bug: 276415118
Fix: 272628396
Test: connect to adb with no avc error
Change-Id: I07496d663628f62ed975785d794854d1cdc77040
This commit is contained in:
Wilson Sung 2023-05-09 12:26:59 +08:00
parent e22788ae78
commit fd60d077ad
2 changed files with 1 additions and 2 deletions

View file

@ -1,2 +0,0 @@
# b/272628396
dontaudit systemui_app service_manager_type:service_manager find;

View file

@ -12,6 +12,7 @@ allow systemui_app mediametrics_service:service_manager find;
allow systemui_app radio_service:service_manager find;
allow systemui_app vr_manager_service:service_manager find;
allow systemui_app nfc_service:service_manager find;
allow systemui_app adb_service:service_manager find;
get_prop(systemui_app, keyguard_config_prop)
set_prop(systemui_app, bootanim_system_prop)