diff --git a/dumpstate.te b/dumpstate.te index dd132a9879ad2979c16fd6796548f8f2f6d82f54..29695b7ddf0b3126e0a3fc58fb4752842fb988e2 100644 --- a/dumpstate.te +++ b/dumpstate.te @@ -125,6 +125,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;