summaryrefslogtreecommitdiffstats
path: root/common/cnd.te
diff options
context:
space:
mode:
authorRavinder Konka <rkonka@codeaurora.org>2015-03-10 22:04:54 -0700
committerScott Mertz <scott@cyngn.com>2015-10-13 17:16:44 -0700
commit215fe00636bb2f7aaf9be9b9d1591578b010a561 (patch)
tree9a0d654ac57c6cbcefb2c1cc4269d0ac7ee0c41e /common/cnd.te
parent9fd9a390c685f3485ee67d0ea505436203f310f4 (diff)
downloadandroid_device_qcom_sepolicy-stable/cm-12.1-YOG4P.tar.gz
android_device_qcom_sepolicy-stable/cm-12.1-YOG4P.tar.bz2
android_device_qcom_sepolicy-stable/cm-12.1-YOG4P.zip
DPM : sepolicy: allow netdomain access to cnd and dpmdstable/cm-12.1-YOG4P
Allow entities with netdomain permission access to cnd and dpmd Allow cnd to set socket options CYNGNOS-1222 Change-Id: Idf812e8e9db38bb319978c98588c0d9dfa1947f9 (cherry picked from commit 06765fd28cb401e31ab0f432001b447d5b5aa0c5)
Diffstat (limited to 'common/cnd.te')
-rw-r--r--common/cnd.te2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/cnd.te b/common/cnd.te
index 21e708a3..91bc97d5 100644
--- a/common/cnd.te
+++ b/common/cnd.te
@@ -58,7 +58,7 @@ allow cnd appdomain:tcp_socket rw_socket_perms;
# allow cnd to communicate with system_server
allow cnd system_server:dir search;
allow cnd system_server:file { read open };
-allow cnd system_server:tcp_socket { write getattr shutdown getopt read bind };
+allow cnd system_server:tcp_socket { write getattr shutdown getopt read bind setopt };
# allow cnd to communicate with mediaserver
allow cnd mediaserver:dir search;