Skip to content
Snippets Groups Projects
Commit 9fb3601b authored by Eugene Susla's avatar Eugene Susla Committed by android-build-merger
Browse files

Merge "SELinux permissions for companion device system service"

am: b598b47f

Change-Id: I847241832a67346a58d2b6e1e4c53d57b7297be0
parents 56ae3291 b598b47f
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.
Finish editing this message first!
Please register or to comment