sepolicy: Add policy for globalactions service

Signed-off-by: Gegham Zakaryan <zakaryan.2004@outlook.com>
Change-Id: Iabed6ffa0cb6a38b1aa3f7f2056c7814aa8a17b1
diff --git a/common/private/service.te b/common/private/service.te
index 176fa6d..61a2285 100644
--- a/common/private/service.te
+++ b/common/private/service.te
@@ -1,6 +1,7 @@
 type adbroot_service,                   service_manager_type;
 type lineage_audio_service, system_api_service, system_server_service, service_manager_type;
 type lineage_hardware_service, system_api_service, system_server_service, service_manager_type;
+type lineage_globalactions_service, system_api_service, system_server_service, service_manager_type;
 type lineage_livedisplay_service, system_api_service, system_server_service, service_manager_type;
 type lineage_performance_service, system_api_service, system_server_service, service_manager_type;
 type lineage_profile_service, system_api_service, system_server_service, service_manager_type;
diff --git a/common/private/service_contexts b/common/private/service_contexts
index 2eca653..a23a5ab 100644
--- a/common/private/service_contexts
+++ b/common/private/service_contexts
@@ -1,4 +1,5 @@
 lineageaudio                              u:object_r:lineage_audio_service:s0
+lineageglobalactions                      u:object_r:lineage_globalactions_service:s0
 lineagehardware                           u:object_r:lineage_hardware_service:s0
 lineagelivedisplay                        u:object_r:lineage_livedisplay_service:s0
 lineageperformance                        u:object_r:lineage_performance_service:s0