Allow hci_qcomm_init /persist/.bt_nv.bin access
Change-Id: I332e25249d5e6e74ae1a082f6e9928e3b1fb11af
diff --git a/common/bluetooth_loader.te b/common/bluetooth_loader.te
index b935b32..e1d5be3 100644
--- a/common/bluetooth_loader.te
+++ b/common/bluetooth_loader.te
@@ -23,6 +23,10 @@
allow bluetooth_loader system_file:file execute_no_trans;
allow bluetooth_loader toolbox_exec:file rx_file_perms;
+# Allow hci_qcomm_init /persist/.bt_nv.bin access
+r_dir_file(bluetooth_loader, persist_file);
+allow bluetooth_loader bluetooth_data_file:file r_file_perms;
+
# Access the smd device
allow bluetooth_loader hci_attach_dev:chr_file rw_file_perms;