Skip to content
Snippets Groups Projects
Commit 0b79a179 authored by Kenny Root's avatar Kenny Root
Browse files

Add ADB system service

ADB is being separated from USB service since it's not tied to the USB
transport. This duplicates the usb_service's settings to adb_service for
this purpose.

Bug: 63820489
Test: make
Change-Id: Idbcfbe470d7568f9cba51f0c8d4a8ee9503db93d
parent bfa95fcd
Branches
Tags
No related merge requests found
...@@ -3,7 +3,8 @@ ...@@ -3,7 +3,8 @@
;; previous ones. Add here to pass checkapi tests. ;; previous ones. Add here to pass checkapi tests.
(typeattribute new_objects) (typeattribute new_objects)
(typeattributeset new_objects (typeattributeset new_objects
( adbd_exec ( adb_service
adbd_exec
bootloader_boot_reason_prop bootloader_boot_reason_prop
blank_screen blank_screen
blank_screen_exec blank_screen_exec
......
...@@ -3,7 +3,8 @@ ...@@ -3,7 +3,8 @@
;; previous ones. Add here to pass checkapi tests. ;; previous ones. Add here to pass checkapi tests.
(typeattribute new_objects) (typeattribute new_objects)
(typeattributeset new_objects (typeattributeset new_objects
( blank_screen ( adb_service
blank_screen
blank_screen_exec blank_screen_exec
blank_screen_tmpfs blank_screen_tmpfs
bootloader_boot_reason_prop bootloader_boot_reason_prop
......
accessibility u:object_r:accessibility_service:s0 accessibility u:object_r:accessibility_service:s0
account u:object_r:account_service:s0 account u:object_r:account_service:s0
activity u:object_r:activity_service:s0 activity u:object_r:activity_service:s0
adb u:object_r:adb_service:s0
alarm u:object_r:alarm_service:s0 alarm u:object_r:alarm_service:s0
android.os.UpdateEngineService u:object_r:update_engine_service:s0 android.os.UpdateEngineService u:object_r:update_engine_service:s0
android.security.keystore u:object_r:keystore_service:s0 android.security.keystore u:object_r:keystore_service:s0
......
...@@ -37,6 +37,7 @@ type vr_hwc_service, service_manager_type; ...@@ -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 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 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 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 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 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; type appwidget_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment