Add SEpolicy for HintManagerService

Bug: 158791282
Test: Compiles, boots
Signed-off-by: Wei Wang <wvw@google.com>
Change-Id: I76ad7858076b47990e5ddf3acb880443d0074e42
diff --git a/private/compat/30.0/30.0.ignore.cil b/private/compat/30.0/30.0.ignore.cil
index f89c2be..2104f76 100644
--- a/private/compat/30.0/30.0.ignore.cil
+++ b/private/compat/30.0/30.0.ignore.cil
@@ -50,6 +50,7 @@
     hal_health_storage_service
     hal_memtrack_service
     hal_oemlock_service
+    hint_service
     gnss_device
     hal_dumpstate_config_prop
     hal_gnss_service
diff --git a/private/service_contexts b/private/service_contexts
index 7b66e35..e47cd6e 100644
--- a/private/service_contexts
+++ b/private/service_contexts
@@ -124,6 +124,7 @@
 hardware                                  u:object_r:hardware_service:s0
 hardware_properties                       u:object_r:hardware_properties_service:s0
 hdmi_control                              u:object_r:hdmi_control_service:s0
+hint                                      u:object_r:hint_service:s0
 ions                                      u:object_r:radio_service:s0
 idmap                                     u:object_r:idmap_service:s0
 incident                                  u:object_r:incident_service:s0
diff --git a/public/service.te b/public/service.te
index 760aa9d..0b4f8e9 100644
--- a/public/service.te
+++ b/public/service.te
@@ -124,6 +124,7 @@
 type hardware_service, system_server_service, service_manager_type;
 type hardware_properties_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
 type hdmi_control_service, app_api_service, system_server_service, service_manager_type;
+type hint_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
 type imms_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
 type incremental_service, system_server_service, service_manager_type;
 type input_method_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;