summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBoxiang Pan <bopan@codeaurora.org>2014-10-06 12:00:15 -0700
committerSteve Kondik <steve@cyngn.com>2015-01-15 17:35:51 -0800
commit86102823479b4531572cf49351b725ebca9ec869 (patch)
tree3a5460db78f7d9a80602884071b9e2f471f580ba
parent703780d9b7da4842e64a481bb8c21a4b6ff2d0f8 (diff)
downloadandroid_device_qcom_sepolicy-86102823479b4531572cf49351b725ebca9ec869.tar.gz
android_device_qcom_sepolicy-86102823479b4531572cf49351b725ebca9ec869.tar.bz2
android_device_qcom_sepolicy-86102823479b4531572cf49351b725ebca9ec869.zip
Sepolicy: allow cnd to access ipa_dev.
adding rules to allow cnd to access ipa_dev for tethering and data path offload Change-Id: I571c9e627be89c1baa3c4ae28f9fde1304ebf75b
-rw-r--r--common/cnd.te2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/cnd.te b/common/cnd.te
index 86ab50a9..0d8f11bb 100644
--- a/common/cnd.te
+++ b/common/cnd.te
@@ -66,3 +66,5 @@ allow cnd mediaserver:fd use;
allow cnd mediaserver:tcp_socket { read write bind getattr shutdown getopt };
allow cnd mediaserver:file { open read };
+# allow cnd to access ipa_dev
+allow cnd ipa_dev:chr_file r_file_perms;