summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bestas <mkbestas@lineageos.org>2019-02-21 21:31:02 +0200
committerMichael Bestas <mkbestas@lineageos.org>2019-02-26 14:50:35 +0100
commit3e7b8172c4d35bb48d63090483ac614db17c6787 (patch)
tree1b95e518e6c721657eabcdfff1c91e0aa2610344
parent336815d19970640f420b175cef965c4f0599d6fa (diff)
downloadandroid_device_qcom_sepolicy-legacy-3e7b8172c4d35bb48d63090483ac614db17c6787.tar.gz
android_device_qcom_sepolicy-legacy-3e7b8172c4d35bb48d63090483ac614db17c6787.tar.bz2
android_device_qcom_sepolicy-legacy-3e7b8172c4d35bb48d63090483ac614db17c6787.zip
legacy: Resolve rome BT denials
* Devices using rome BT chip need to access /data/misc/bluedroid/bt_fw_version.txt Change-Id: I48f6c90b763b550a46bea616691226ad5f5885c8
-rw-r--r--legacy-common/hal_bluetooth_default.te3
1 files changed, 3 insertions, 0 deletions
diff --git a/legacy-common/hal_bluetooth_default.te b/legacy-common/hal_bluetooth_default.te
index aef3417..cd5c85d 100644
--- a/legacy-common/hal_bluetooth_default.te
+++ b/legacy-common/hal_bluetooth_default.te
@@ -1 +1,4 @@
+allow hal_bluetooth_default bluetooth_data_file:dir ra_dir_perms;
+allow hal_bluetooth_default bluetooth_data_file:file create_file_perms;
+
allow hal_bluetooth_default wcnss_filter:unix_stream_socket connectto;