Merge "Add SEPolicy for CarService to access WifiScanner" into qt-qpr1-dev am: 6b0bfcea08 am: df23a100c8

Change-Id: If9b737ff43eeba55f2eb549e259597660f149feb
diff --git a/car_product/sepolicy/private/carservice_app.te b/car_product/sepolicy/private/carservice_app.te
index a272e4a..c5f1108 100644
--- a/car_product/sepolicy/private/carservice_app.te
+++ b/car_product/sepolicy/private/carservice_app.te
@@ -15,8 +15,6 @@
 # Allow Car Service to register its stats service with ServiceManager
 add_service(carservice_app, carstats_service)
 
-allow carservice_app wifi_service:service_manager find;
-
 # Allow Car Service to access certain system services.
 # Keep alphabetically sorted.
 allow carservice_app {
@@ -44,6 +42,8 @@
     telecom_service
     uimode_service
     voiceinteraction_service
+    wifi_service
+    wifiscanner_service
 }:service_manager find;
 
 # Read and write /data/data subdirectory.