summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2016-11-07 14:53:18 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2016-11-07 14:53:18 -0800
commit92e91524e231942e7e2dae851ab0309f062d6e86 (patch)
tree802d75dec5d702ea4ec406a15faa4cd56957683c
parentdf68f0e886ca8e6b47be840dd19fc6f89b095046 (diff)
parent7b47a7558055e425cc6ba2143a1a491459ce0649 (diff)
downloadandroid_device_qcom_sepolicy-92e91524e231942e7e2dae851ab0309f062d6e86.tar.gz
android_device_qcom_sepolicy-92e91524e231942e7e2dae851ab0309f062d6e86.tar.bz2
android_device_qcom_sepolicy-92e91524e231942e7e2dae851ab0309f062d6e86.zip
Merge "common: Add policy for bluetooth on FFBM"
-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;