From c20d476c439b4d7009d0ba5690d3b18c240c43a6 Mon Sep 17 00:00:00 2001 From: Nick Kralevich <nnk@google.com> Date: Fri, 20 Jan 2017 02:15:58 +0000 Subject: [PATCH] Revert "wificond_service: drop system_service typeattribute" wificond is a system_server service used by wifi, wifi doesnt start now This reverts commit b68a0149c3ae7325a36d3342df1cd280734531e5. Change-Id: If958c852e5d8adf8e8d82346554d2d6b3e8306c9 --- public/service.te | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/service.te b/public/service.te index 858f0b0fc..1b65b5aaf 100644 --- a/public/service.te +++ b/public/service.te @@ -133,7 +133,7 @@ type webviewupdate_service, app_api_service, system_server_service, service_mana type wifip2p_service, app_api_service, system_server_service, service_manager_type; type wifiscanner_service, system_api_service, system_server_service, service_manager_type; type wifi_service, app_api_service, system_server_service, service_manager_type; -type wificond_service, service_manager_type; +type wificond_service, system_server_service, service_manager_type; type wifiaware_service, app_api_service, system_server_service, service_manager_type; type window_service, system_api_service, system_server_service, service_manager_type; type wpa_supplicant_service, system_server_service, service_manager_type; -- GitLab