diff --git a/non_plat/bluetooth.te b/non_plat/bluetooth.te index 22b32bf..d0952ca 100644 --- a/non_plat/bluetooth.te +++ b/non_plat/bluetooth.te @@ -11,7 +11,6 @@ allow bluetooth storage_stub_file:dir getattr; # Date: 2018/01/17 #allow bluetooth to set property -typeattribute bluetooth system_writes_vendor_properties_violators; set_prop(bluetooth, vendor_bluetooth_prop) set_prop(bluetooth, debug_prop) diff --git a/non_plat/property.te b/non_plat/property.te index 31f3aa8..d9aad2b 100644 --- a/non_plat/property.te +++ b/non_plat/property.te @@ -162,7 +162,7 @@ type vendor_connsysfw_prop, property_type, extended_core_property_type; type vendor_radio_prop, property_type, mtk_core_property_type; #=============allow bluetooth============== -type vendor_bluetooth_prop, property_type, mtk_core_property_type; +type vendor_bluetooth_prop, property_type, extended_core_property_type; #=============allow EM to set modem reset delay property================ type mtk_debug_md_reset_prop, property_type, mtk_core_property_type;