summaryrefslogtreecommitdiffstats
path: root/common/ims.te
diff options
context:
space:
mode:
authorAvijit Kanti Das <avijitnsec@codeaurora.org>2014-10-24 18:32:44 -0700
committerRavi Kumar Siddojigari <rsiddoji@codeaurora.org>2014-10-25 22:43:30 +0530
commitf2b7a74c744ed8e0d6f24dba369688d53ac47419 (patch)
tree376826b4896c913449c5fb9ed9babad0e5c6f309 /common/ims.te
parentff2fb8e4e118b6879e75cd56f70975050388bea4 (diff)
downloadandroid_device_qcom_sepolicy-f2b7a74c744ed8e0d6f24dba369688d53ac47419.tar.gz
android_device_qcom_sepolicy-f2b7a74c744ed8e0d6f24dba369688d53ac47419.tar.bz2
android_device_qcom_sepolicy-f2b7a74c744ed8e0d6f24dba369688d53ac47419.zip
Seandroid: Add group policy for IMS daemons
Adding policy for imsdatadaemon, imsqmidaemon, imsrtpdaemon Change-Id: I72d15fcec36b0c119a258679dcc2eeb61c8ceb7c
Diffstat (limited to 'common/ims.te')
-rw-r--r--common/ims.te10
1 files changed, 10 insertions, 0 deletions
diff --git a/common/ims.te b/common/ims.te
new file mode 100644
index 00000000..87d626ae
--- /dev/null
+++ b/common/ims.te
@@ -0,0 +1,10 @@
+#integrated sensor process
+type ims, domain;
+type ims_exec, exec_type, file_type;
+
+# Started by init
+init_daemon_domain(ims)
+
+allow radio ims_socket:sock_file { open read write };
+allow ims ims_socket:sock_file { open read write };
+