diff options
author | Simon Shields <keepcalm444@gmail.com> | 2015-12-21 22:46:15 +1100 |
---|---|---|
committer | Simon Shields <keepcalm444@gmail.com> | 2015-12-21 22:56:33 +1100 |
commit | 96cccc9f5d4c5908bbc9051242cf1fb43b8d0373 (patch) | |
tree | 6d839a43760be5375b47b5226d8d5d62d225625b /selinux | |
parent | a484daf3ddc1326f985592a5d6dd7953294295bc (diff) | |
download | device_samsung_i9300-96cccc9f5d4c5908bbc9051242cf1fb43b8d0373.zip device_samsung_i9300-96cccc9f5d4c5908bbc9051242cf1fb43b8d0373.tar.gz device_samsung_i9300-96cccc9f5d4c5908bbc9051242cf1fb43b8d0373.tar.bz2 |
i9300: fix bluetooth denials
Change-Id: I198c0eafcd6b554c826b3c0814be6955301835e4
Diffstat (limited to 'selinux')
-rw-r--r-- | selinux/bluetooth.te | 1 |
1 files changed, 1 insertions, 0 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; |