diff --git a/non_plat/bootanim.te b/non_plat/bootanim.te index bf793d2..91b6e86 100644 --- a/non_plat/bootanim.te +++ b/non_plat/bootanim.te @@ -5,7 +5,6 @@ # Date : WK14.37 # Operation : Migration # Purpose : for opetator -typeattribute bootanim system_writes_vendor_properties_violators; allow bootanim bootani_prop:property_service set; # Date : WK14.46 diff --git a/non_plat/mtkbootanimation.te b/non_plat/mtkbootanimation.te index 506206b..da0d72e 100644 --- a/non_plat/mtkbootanimation.te +++ b/non_plat/mtkbootanimation.te @@ -5,7 +5,6 @@ # Date : WK14.37 # Operation : Migration # Purpose : for opetator -typeattribute mtkbootanimation system_writes_vendor_properties_violators; allow mtkbootanimation bootani_prop:property_service set; # Date : WK14.46 diff --git a/non_plat/property.te b/non_plat/property.te index d9aad2b..f49d7b8 100644 --- a/non_plat/property.te +++ b/non_plat/property.te @@ -83,7 +83,7 @@ type ctl_muxreport-daemon_prop, property_type; type tel_switch_prop, property_type, mtk_core_property_type; #=============allow bootanim============== -type bootani_prop, property_type, mtk_core_property_type; +type bootani_prop, property_type, extended_core_property_type; #=============allow mnld_prop============== type mnld_prop, property_type, mtk_core_property_type;