mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-02-01 07:50:47 +00:00
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:
6
sepolicy/vendor/wcnss_filter.te
vendored
6
sepolicy/vendor/wcnss_filter.te
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user