
Update hal_bluetooth_default sepolicy to dump crash info to Android Subsystem Coredump collection directory Bug: 279858654 Test: Manual Change-Id: I14095753c1305f2d6e473adb5ff4ac1e20597902
13 lines
647 B
Plaintext
13 lines
647 B
Plaintext
allow hal_bluetooth_default bt_device:chr_file rw_file_perms;
|
|
|
|
add_hwservice(hal_bluetooth_default, hal_bluetooth_coexistence_hwservice)
|
|
|
|
userdebug_or_eng(`
|
|
allow hal_bluetooth_default logbuffer_device:chr_file r_file_perms;
|
|
allow hal_bluetooth_default sscoredump_vendor_data_crashinfo_file:dir create_dir_perms;
|
|
allow hal_bluetooth_default sscoredump_vendor_data_crashinfo_file:file create_file_perms;
|
|
allow hal_bluetooth_default sscoredump_vendor_data_coredump_file:dir create_dir_perms;
|
|
allow hal_bluetooth_default sscoredump_vendor_data_coredump_file:file create_file_perms;
|
|
set_prop(hal_bluetooth_default, vendor_ssrdump_prop)
|
|
')
|