summaryrefslogtreecommitdiffstats
path: root/selinux
diff options
context:
space:
mode:
Diffstat (limited to 'selinux')
-rw-r--r--selinux/bluetooth.te1
-rw-r--r--selinux/vold.te3
2 files changed, 3 insertions, 1 deletions
diff --git a/selinux/bluetooth.te b/selinux/bluetooth.te
index 9d11918..dbfbe0e 100644
--- a/selinux/bluetooth.te
+++ b/selinux/bluetooth.te
@@ -4,3 +4,4 @@ allow bluetooth firmware_exynos:dir { open read search };
allow bluetooth firmware_exynos:file { open read };
allow bluetooth sysfs:file write;
allow bluetooth efs_device_file:dir search;
+allow bluetooth wifi_data_file:file r_file_perms;
diff --git a/selinux/vold.te b/selinux/vold.te
index b39e3e3..ba429d6 100644
--- a/selinux/vold.te
+++ b/selinux/vold.te
@@ -2,7 +2,8 @@ allow vold kernel:process setsched;
allow vold sdcardd_exec:file { read open execute execute_no_trans };
allow vold log_device:dir search;
-allow vold storage_stub_file:dir { read open };
+allow vold storage_stub_file:dir { read open search write add_name };
+allow vold mnt_media_rw_stub_file:dir { read open };
allow vold blkid_exec:file { getattr execute read open execute_no_trans };
allow vold log_device:chr_file { write open };