summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuK1337 <priv.luk@gmail.com>2017-10-18 15:34:07 +0200
committerDemon000 <demonsingur@gmail.com>2018-01-27 16:46:54 +0200
commitc28a16493fa0d76478f2d2e5527878aac7bd3ada (patch)
tree2e29e4db9f2ac14a9a7cf419e22e72ba4e36218d
parentff81b62115e35b4223133d2d60078792e63ad7fc (diff)
sepolicy: Allow Bluetooth to read firmware files
* Newer devices ship with bt_firmware partition but we aren't so lucky so we have to allow bluetooth to read firmware_file instead. Change-Id: I607fcd539752e3887e117b812ca75fd732673190
-rw-r--r--sepolicy/bluetooth.te1
1 files changed, 1 insertions, 0 deletions
diff --git a/sepolicy/bluetooth.te b/sepolicy/bluetooth.te
new file mode 100644
index 00000000..79184999
--- /dev/null
+++ b/sepolicy/bluetooth.te
@@ -0,0 +1 @@
+r_dir_file(bluetooth, firmware_file)