summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortaozhang <taozhang@codeaurora.org>2016-11-01 18:17:28 +0800
committerGerrit - the friendly Code Review server <code-review@localhost>2016-11-03 01:34:36 -0700
commit7b47a7558055e425cc6ba2143a1a491459ce0649 (patch)
tree4239dcc794390bf9ff7c371a4791cee75872ec11
parent63ccb3b22f668f5f282f9779e8294a6045cf3dd5 (diff)
downloadandroid_device_qcom_sepolicy-7b47a7558055e425cc6ba2143a1a491459ce0649.tar.gz
android_device_qcom_sepolicy-7b47a7558055e425cc6ba2143a1a491459ce0649.tar.bz2
android_device_qcom_sepolicy-7b47a7558055e425cc6ba2143a1a491459ce0649.zip
common: Add policy for bluetooth on FFBM
Add policy for bluetooth on FFBM. Because the application "bdt" has been modified, fastmmi need add new SELinux policy to call it. CRs-Fixed: 1084851 Change-Id: Iea63d584b4d0f0292bc2752a0a04a02eba40d59e
-rwxr-xr-xcommon/mmi.te2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/mmi.te b/common/mmi.te
index 3fedc290..417f6009 100755
--- a/common/mmi.te
+++ b/common/mmi.te
@@ -61,6 +61,8 @@ allow mmi bluetooth_data_file:dir rw_dir_perms;
allow mmi bluetooth_data_file:file create_file_perms;
allow mmi bluetooth_prop:property_service set;
allow mmi smd_device:chr_file rw_file_perms;
+allow mmi persist_bluetooth_file:file r_file_perms;
+allow mmi wcnss_filter:unix_stream_socket connectto;
#GPS case
allow mmi location_data_file:fifo_file create_file_perms;