Merge "Connectivity Native AIDL interface Sepolicy"
This commit is contained in:
commit
bf8af42bf5
3 changed files with 3 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
|||
charger_vendor
|
||||
cloudsearch
|
||||
cloudsearch_service
|
||||
connectivity_native_service
|
||||
device_config_nnapi_native_prop
|
||||
device_config_surface_flinger_native_boot_prop
|
||||
dice_maintenance_service
|
||||
|
|
|
@ -137,6 +137,7 @@ companiondevice u:object_r:companion_device_service:s0
|
|||
platform_compat u:object_r:platform_compat_service:s0
|
||||
platform_compat_native u:object_r:platform_compat_service:s0
|
||||
connectivity u:object_r:connectivity_service:s0
|
||||
connectivity_native u:object_r:connectivity_native_service:s0
|
||||
connmetrics u:object_r:connmetrics_service:s0
|
||||
consumer_ir u:object_r:consumer_ir_service:s0
|
||||
content u:object_r:content_service:s0
|
||||
|
|
|
@ -90,6 +90,7 @@ type contexthub_service, app_api_service, system_server_service, service_manage
|
|||
type crossprofileapps_service, app_api_service, system_server_service, service_manager_type;
|
||||
type IProxyService_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
||||
type companion_device_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
||||
type connectivity_native_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
||||
type connectivity_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
||||
type connmetrics_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
||||
type consumer_ir_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
||||
|
|
Loading…
Reference in a new issue