diff --git a/dumpstate.te b/dumpstate.te index 115bb0949c8286f2af146a2b63bc890ab9d41ea7..2448ea4470bb4a2afff8d766ecd15b7b57a11bc4 100644 --- a/dumpstate.te +++ b/dumpstate.te @@ -126,6 +126,11 @@ allow dumpstate self:process execmem; 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;