Merge "Add btsnoop_hci.log to bugreport zip (2/2)" into nyc-mr2-dev
diff --git a/dumpstate.te b/dumpstate.te
index 115bb09..2448ea4 100644
--- a/dumpstate.te
+++ b/dumpstate.te
@@ -126,6 +126,11 @@
 allow dumpstate dalvikcache_data_file:file execute;
 allow dumpstate dalvikcache_data_file:lnk_file r_file_perms;
 
+# For Bluetooth
+allow dumpstate bluetooth_data_file:dir search;
+allow dumpstate bluetooth_logs_data_file:dir r_dir_perms;
+allow dumpstate bluetooth_logs_data_file:file r_file_perms;
+
 # Dumpstate calls screencap, which grabs a screenshot. Needs gpu access
 allow dumpstate gpu_device:chr_file rw_file_perms;