summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Lu <jasonbangbang@gmail.com>2016-02-07 13:19:50 -0600
committerJason Lu <jasonbangbang@gmail.com>2016-02-08 22:51:51 -0600
commit40cabb9762b5a59fad8988bb7d3ec7d1176eaea9 (patch)
treecae641684db07b944ff5b0b247ed2c7169777ab5
parentf69484196e1c40045da311383702f15570050ad5 (diff)
downloaddevice_samsung_t0lte-40cabb9762b5a59fad8988bb7d3ec7d1176eaea9.tar.gz
device_samsung_t0lte-40cabb9762b5a59fad8988bb7d3ec7d1176eaea9.tar.bz2
device_samsung_t0lte-40cabb9762b5a59fad8988bb7d3ec7d1176eaea9.zip
Bluetooth SELinux rules
Fix Bluetooth and stop Bluetooth Share from crashing Change-Id: I71b1f545fe4124b377f4848855886c979c51ce08
-rw-r--r--selinux/bluetooth.te5
1 files changed, 4 insertions, 1 deletions
diff --git a/selinux/bluetooth.te b/selinux/bluetooth.te
index 4469f4d..3de8186 100644
--- a/selinux/bluetooth.te
+++ b/selinux/bluetooth.te
@@ -1,4 +1,7 @@
allow bluetooth smd_device:chr_file { read write ioctl open };
+
+allow bluetooth log_device:dir { search };
allow bluetooth log_device:chr_file { write open };
-#allow bluetooth sysfs:file { write };
+allow bluetooth sysfs:file { write };
+allow bluetooth wifi_data_file:file { read open };