Skip to content
Snippets Groups Projects
Commit b598b47f authored by Eugene Susla's avatar Eugene Susla Committed by Gerrit Code Review
Browse files

Merge "SELinux permissions for companion device system service"

parents 3171829a 3411dfb6
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,7 @@ com.android.net.IProxyService u:object_r:IProxyService_service:s0
commontime_management u:object_r:commontime_management_service:s0
common_time.clock u:object_r:mediaserver_service:s0
common_time.config u:object_r:mediaserver_service:s0
companion_device u:object_r:companion_device_service:s0
connectivity u:object_r:connectivity_service:s0
connectivity_metrics_logger u:object_r:connectivity_metrics_logger_service:s0
connmetrics u:object_r:connmetrics_service:s0
......
......@@ -44,6 +44,7 @@ type clipboard_service, app_api_service, system_server_service, service_manager_
type contexthub_service, app_api_service, system_server_service, service_manager_type;
type IProxyService_service, app_api_service, system_server_service, service_manager_type;
type commontime_management_service, system_server_service, service_manager_type;
type companion_device_service, app_api_service, system_server_service, service_manager_type;
type connectivity_metrics_logger_service, app_api_service, system_server_service, service_manager_type;
type connectivity_service, app_api_service, system_server_service, service_manager_type;
type connmetrics_service, 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