summaryrefslogtreecommitdiffstats
path: root/common/ims.te
diff options
context:
space:
mode:
authorAvijit Kanti Das <avijitnsec@codeaurora.org>2014-11-20 11:55:09 -0800
committerAvijit Kanti Das <avijitnsec@codeaurora.org>2014-11-20 11:56:33 -0800
commit64f8f614a1243f42076b60464e86e46eb76282f2 (patch)
tree1c873764df58a0d164f84d816b1d15495241bf59 /common/ims.te
parent733050a425e9fbfeaa5f07bfcba0c30795ca7291 (diff)
downloadandroid_device_qcom_sepolicy-64f8f614a1243f42076b60464e86e46eb76282f2.tar.gz
android_device_qcom_sepolicy-64f8f614a1243f42076b60464e86e46eb76282f2.tar.bz2
android_device_qcom_sepolicy-64f8f614a1243f42076b60464e86e46eb76282f2.zip
Seandroid: Moving connectionmanager policy to common
Moving policies related to connection manager to common folder. Change-Id: I9be8a072c8b7fda4cab2e246ec68dbcd8d21f562
Diffstat (limited to 'common/ims.te')
-rw-r--r--common/ims.te1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/ims.te b/common/ims.te
index 401ee51d..1a35abe2 100644
--- a/common/ims.te
+++ b/common/ims.te
@@ -13,3 +13,4 @@ binder_use(ims)
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;