Merge "Connectivity Native AIDL interface Sepolicy"

This commit is contained in:
Lorenzo Colitti 2022-04-01 21:46:37 +00:00 committed by Gerrit Code Review
commit bf8af42bf5
3 changed files with 3 additions and 0 deletions

View file

@ -14,6 +14,7 @@
charger_vendor charger_vendor
cloudsearch cloudsearch
cloudsearch_service cloudsearch_service
connectivity_native_service
device_config_nnapi_native_prop device_config_nnapi_native_prop
device_config_surface_flinger_native_boot_prop device_config_surface_flinger_native_boot_prop
dice_maintenance_service dice_maintenance_service

View file

@ -137,6 +137,7 @@ companiondevice u:object_r:companion_device_service:s0
platform_compat u:object_r:platform_compat_service:s0 platform_compat u:object_r:platform_compat_service:s0
platform_compat_native 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 u:object_r:connectivity_service:s0
connectivity_native u:object_r:connectivity_native_service:s0
connmetrics u:object_r:connmetrics_service:s0 connmetrics u:object_r:connmetrics_service:s0
consumer_ir u:object_r:consumer_ir_service:s0 consumer_ir u:object_r:consumer_ir_service:s0
content u:object_r:content_service:s0 content u:object_r:content_service:s0

View file

@ -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 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 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 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 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 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; type consumer_ir_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;