Seandroid: Moving connectionmanager policy to common

Moving policies related to connection manager to
common folder.

Change-Id: I9be8a072c8b7fda4cab2e246ec68dbcd8d21f562
diff --git a/common/ims.te b/common/ims.te
index 401ee51..1a35abe 100644
--- a/common/ims.te
+++ b/common/ims.te
@@ -13,3 +13,4 @@
 unix_socket_connect(ims, property, init)
 allow ims self:socket { read bind create write ioctl };
 allow ims system_prop:property_service set;
+allow ims imscm_service:service_manager add;
diff --git a/common/service.te b/common/service.te
index 3d1689e..ec90dda 100644
--- a/common/service.te
+++ b/common/service.te
@@ -5,3 +5,4 @@
 type wbc_service,               service_manager_type;
 type dun_service,               service_manager_type;
 type digitalpen_service,        service_manager_type;
+type imscm_service,             service_manager_type;
diff --git a/common/service_contexts b/common/service_contexts
index 1631844..b29e165 100644
--- a/common/service_contexts
+++ b/common/service_contexts
@@ -6,3 +6,4 @@
 wbc_service                                    u:object_r:wbc_service:s0
 dun                                            u:object_r:dun_service:s0
 DigitalPen                                     u:object_r:digitalpen_service:s0
+qti.ims.connectionmanagerservice               u:object_r:imscm_service:s0