device_google_tangorpro/bluetooth/hal_bluetooth_default.te
Roger Liao aa2098ee18 Initial device tangorpro sepolicy
Bug: 220073297
Change-Id: Icbae09127d46c74aaa49bf417be263e62ce0c0ca
2022-03-09 15:50:55 +08:00

9 lines
397 B
Text

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 sscoredump_vendor_data_crashinfo_file:dir rw_dir_perms;
allow hal_bluetooth_default sscoredump_vendor_data_crashinfo_file:file { create_file_perms };
set_prop(hal_bluetooth_default, vendor_ssrdump_prop)
')