diff --git a/private/compat/32.0/32.0.ignore.cil b/private/compat/32.0/32.0.ignore.cil index 9f9697562..5a1d86394 100644 --- a/private/compat/32.0/32.0.ignore.cil +++ b/private/compat/32.0/32.0.ignore.cil @@ -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 diff --git a/private/service_contexts b/private/service_contexts index 6a80cfb4b..ee5b6a9f6 100644 --- a/private/service_contexts +++ b/private/service_contexts @@ -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 diff --git a/public/service.te b/public/service.te index a2b4129df..dbd9bfa41 100644 --- a/public/service.te +++ b/public/service.te @@ -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;