From e13f6fe38a727fc84976ee99feacde98a1c94a07 Mon Sep 17 00:00:00 2001 From: LuK1337 Date: Wed, 18 Oct 2017 15:34:07 +0200 Subject: [PATCH] msm8976-common: 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. --- sepolicy/bluetooth.te | 1 + 1 file changed, 1 insertion(+) create mode 100644 sepolicy/bluetooth.te diff --git a/sepolicy/bluetooth.te b/sepolicy/bluetooth.te new file mode 100644 index 0000000..7918499 --- /dev/null +++ b/sepolicy/bluetooth.te @@ -0,0 +1 @@ +r_dir_file(bluetooth, firmware_file)