Allow collection of Bluetooth firmware dumps in bugreports (1/3)

This patch is temporary and should be removed once the bug is resolved

Bug: 63390057
Test: Force a hci_timeout and collect a bugreport
Change-Id: I29d3f19462c152e785eec0291f06ed4c004b623f
This commit is contained in:
Ajay Panicker
2017-07-11 17:44:30 -07:00
parent 2f3b0f2af3
commit a89c11643c

View File

@@ -13,6 +13,12 @@ userdebug_or_eng(`
allow wcnss_filter ramdump_vendor_data_file:dir create_dir_perms;
allow wcnss_filter ramdump_vendor_data_file:file create_file_perms;
r_dir_file(wcnss_filter, debugfs_ipc)
allow wcnss_filter bluetooth_data_file:dir search;
allow wcnss_filter bluetooth_logs_data_file:dir rw_dir_perms;
allow wcnss_filter bluetooth_logs_data_file:file create_file_perms;
r_dir_file(wcnss_filter, debugfs_ipc)
')
# allow wcnss to set threads to RT priority