diff --git a/bluetooth/sepolicy/hal_bluetooth_btlinux.te b/bluetooth/sepolicy/hal_bluetooth_btlinux.te index a893102..0c85cb0 100644 --- a/bluetooth/sepolicy/hal_bluetooth_btlinux.te +++ b/bluetooth/sepolicy/hal_bluetooth_btlinux.te @@ -9,7 +9,8 @@ binder_call(hal_bluetooth_btlinux, hal_power_stats_default) # bt firmware dump allow hal_bluetooth_btlinux aconfig_storage_metadata_file:dir search; -allow hal_bluetooth_btlinux sscoredump_vendor_data_crashinfo_file:dir { read search }; +allow hal_bluetooth_btlinux sscoredump_vendor_data_crashinfo_file:dir rw_dir_perms; +allow hal_bluetooth_btlinux sscoredump_vendor_data_crashinfo_file:file rw_file_perms; userdebug_or_eng(` allow hal_bluetooth_btlinux sscoredump_vendor_data_coredump_file:dir create_dir_perms;