diff --git a/private/compat/26.0/26.0.ignore.cil b/private/compat/26.0/26.0.ignore.cil index be8e75058c644d292887a1cc0e31300c2c68acaf..3492b04875c62fa58dac7f72972d1e7aec0bfdd4 100644 --- a/private/compat/26.0/26.0.ignore.cil +++ b/private/compat/26.0/26.0.ignore.cil @@ -3,7 +3,8 @@ ;; previous ones. Add here to pass checkapi tests. (typeattribute new_objects) (typeattributeset new_objects - ( adbd_exec + ( adb_service + adbd_exec bootloader_boot_reason_prop blank_screen blank_screen_exec diff --git a/private/compat/27.0/27.0.ignore.cil b/private/compat/27.0/27.0.ignore.cil index d7bac8de8e6bc0ddbcdb1aea6b854bb2db88e089..56c67221e0709fe8f1713a7007fecafc8c8a892e 100644 --- a/private/compat/27.0/27.0.ignore.cil +++ b/private/compat/27.0/27.0.ignore.cil @@ -3,7 +3,8 @@ ;; previous ones. Add here to pass checkapi tests. (typeattribute new_objects) (typeattributeset new_objects - ( blank_screen + ( adb_service + blank_screen blank_screen_exec blank_screen_tmpfs bootloader_boot_reason_prop diff --git a/private/service_contexts b/private/service_contexts index bf087ea8e5ca568ae8622803565431aeed210f39..baf562ec9be0f8992e94196642d6e13044d80e46 100644 --- a/private/service_contexts +++ b/private/service_contexts @@ -1,6 +1,7 @@ accessibility u:object_r:accessibility_service:s0 account u:object_r:account_service:s0 activity u:object_r:activity_service:s0 +adb u:object_r:adb_service:s0 alarm u:object_r:alarm_service:s0 android.os.UpdateEngineService u:object_r:update_engine_service:s0 android.security.keystore u:object_r:keystore_service:s0 diff --git a/public/service.te b/public/service.te index e13b6d5e78f36b854a4cca4efbded730aa02be6c..ae45987a9e566992137c4ef5f5ed72a287ddd227 100644 --- a/public/service.te +++ b/public/service.te @@ -37,6 +37,7 @@ type vr_hwc_service, service_manager_type; type accessibility_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type; type account_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type; type activity_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type; +type adb_service, system_server_service, service_manager_type; type alarm_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type; type appops_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type; type appwidget_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;