summaryrefslogtreecommitdiffstats
path: root/selinux
diff options
context:
space:
mode:
authorWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2015-12-21 16:19:01 +0100
committerWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2015-12-21 16:19:01 +0100
commit79ff22ae426ac43353050b0ccffd7b80a9aa2d01 (patch)
tree3792063f2f6b6a3868965e0c9c61a80276e3d4d8 /selinux
parent48cbe74013f64ae5cd8d47ad56b8fc9e301cd6d3 (diff)
parent96cccc9f5d4c5908bbc9051242cf1fb43b8d0373 (diff)
downloaddevice_samsung_i9300-79ff22ae426ac43353050b0ccffd7b80a9aa2d01.zip
device_samsung_i9300-79ff22ae426ac43353050b0ccffd7b80a9aa2d01.tar.gz
device_samsung_i9300-79ff22ae426ac43353050b0ccffd7b80a9aa2d01.tar.bz2
Merge remote-tracking branch 'cyanogen/cm-13.0' into replicant-6.0
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 };