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:
parent
e22788ae78
commit
fd60d077ad
2 changed files with 1 additions and 2 deletions
|
@ -1,2 +0,0 @@
|
|||
# b/272628396
|
||||
dontaudit systemui_app service_manager_type:service_manager find;
|
1
vendor/systemui_app.te
vendored
1
vendor/systemui_app.te
vendored
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue