[NAN-AWARE] Add Aware service
Add Aware service - new name for NAN. But do not remove NAN
yet. Enables smooth transition.
Bug: 32263750
Test: device boots and all Wi-Fi unit-tests pass
Change-Id: Ieb9f1ebf1d2f31ee27f228562b4601023da5282d
diff --git a/private/service_contexts b/private/service_contexts
index f99ace1..773aa18 100644
--- a/private/service_contexts
+++ b/private/service_contexts
@@ -152,6 +152,7 @@
wifi u:object_r:wifi_service:s0
wificond u:object_r:wificond_service:s0
wifinan u:object_r:wifinan_service:s0
+wifiaware u:object_r:wifiaware_service:s0
window u:object_r:window_service:s0
wpa u:object_r:wpa_supplicant_service:s0
* u:object_r:default_android_service:s0
diff --git a/public/service.te b/public/service.te
index ad2d0e1..b4ffbd2 100644
--- a/public/service.te
+++ b/public/service.te
@@ -127,5 +127,6 @@
type wifi_service, app_api_service, system_server_service, service_manager_type;
type wificond_service, system_server_service, service_manager_type;
type wifinan_service, app_api_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;