Merge "[Tether15] Allow system app to find TetheringManager" am: b1e670c24c
am: d0ba68b2bb
Change-Id: I097f578abbc81deee1072be1efeed288a34e67e0
This commit is contained in:
commit
27f29c4cb0
5 changed files with 5 additions and 0 deletions
|
@ -39,6 +39,7 @@
|
|||
system_group_file
|
||||
system_jvmti_agent_prop
|
||||
system_passwd_file
|
||||
tethering_service
|
||||
timezonedetector_service
|
||||
userspace_reboot_prop
|
||||
userspace_reboot_exported_prop
|
||||
|
|
|
@ -68,6 +68,7 @@ allow platform_app system_api_service:service_manager find;
|
|||
allow platform_app vr_manager_service:service_manager find;
|
||||
allow platform_app gpu_service:service_manager find;
|
||||
allow platform_app stats_service:service_manager find;
|
||||
allow platform_app tethering_service:service_manager find;
|
||||
userdebug_or_eng(`
|
||||
allow platform_app platform_compat_service:service_manager find;
|
||||
')
|
||||
|
|
|
@ -52,6 +52,7 @@ allow priv_app persistent_data_block_service:service_manager find;
|
|||
allow priv_app radio_service:service_manager find;
|
||||
allow priv_app recovery_service:service_manager find;
|
||||
allow priv_app stats_service:service_manager find;
|
||||
allow priv_app tethering_service:service_manager find;
|
||||
|
||||
# Allow privileged apps to interact with gpuservice
|
||||
binder_call(priv_app, gpuservice)
|
||||
|
|
|
@ -197,6 +197,7 @@ telecom u:object_r:telecom_service:s0
|
|||
telephony.registry u:object_r:registry_service:s0
|
||||
telephony_ims u:object_r:radio_service:s0
|
||||
testharness u:object_r:testharness_service:s0
|
||||
tethering u:object_r:tethering_service:s0
|
||||
textclassification u:object_r:textclassification_service:s0
|
||||
textservices u:object_r:textservices_service:s0
|
||||
time_detector u:object_r:timedetector_service:s0
|
||||
|
|
|
@ -192,6 +192,7 @@ type wifiaware_service, app_api_service, system_server_service, service_manager_
|
|||
type window_service, system_api_service, system_server_service, service_manager_type;
|
||||
type inputflinger_service, system_api_service, system_server_service, service_manager_type;
|
||||
type wpantund_service, system_api_service, service_manager_type;
|
||||
type tethering_service, system_server_service, service_manager_type;
|
||||
|
||||
###
|
||||
### HAL Services
|
||||
|
|
Loading…
Reference in a new issue