diff --git a/non_plat/ccci_mdinit.te b/non_plat/ccci_mdinit.te index 24831be..11d33c7 100644 --- a/non_plat/ccci_mdinit.te +++ b/non_plat/ccci_mdinit.te @@ -48,6 +48,7 @@ set_prop(ccci_mdinit, ctl_ccci3_fsd_prop) get_prop(ccci_mdinit, vendor_default_prop) get_prop(ccci_mdinit, init_svc_emdlogger1_prop) +get_prop(ccci_mdinit, init_svc_aee_aedv_prop) allow ccci_mdinit ccci_device:chr_file rw_file_perms; allow ccci_mdinit ccci_monitor_device:chr_file rw_file_perms; diff --git a/plat_private/property_contexts b/plat_private/property_contexts index 7eff1cd..66792db 100644 --- a/plat_private/property_contexts +++ b/plat_private/property_contexts @@ -5,6 +5,7 @@ ctl.emdlogger2 u:object_r:ctl_emdlogger2_prop:s0 ctl.emdlogger3 u:object_r:ctl_emdlogger3_prop:s0 init.svc.emdlogger1 u:object_r:init_svc_emdlogger1_prop:s0 +init.svc.aee_aedv u:object_r:init_svc_aee_aedv_prop:s0 #allow mtk audio hidl service to read "ro.audio.usb.period_us" ro.audio.usb.period_us u:object_r:exported_default_prop:s0 exact int diff --git a/plat_public/property.te b/plat_public/property.te index ab51d9f..976018b 100644 --- a/plat_public/property.te +++ b/plat_public/property.te @@ -5,4 +5,5 @@ type ctl_emdlogger2_prop, property_type; type ctl_emdlogger3_prop, property_type; type ctl_dualmdlogger_prop, property_type; -type init_svc_emdlogger1_prop, property_type; \ No newline at end of file +type init_svc_emdlogger1_prop, property_type; +type init_svc_aee_aedv_prop, property_type; \ No newline at end of file