diff --git a/non_plat/aee_aedv.te b/non_plat/aee_aedv.te index 5455fdc..c7a9982 100644 --- a/non_plat/aee_aedv.te +++ b/non_plat/aee_aedv.te @@ -391,8 +391,8 @@ allow aee_aedv sysfs_boot_mode:file r_file_perms; userdebug_or_eng(` allow aee_aedv debugfs_tracing_debug:file { r_file_perms write }; ') -# Purpose: allow aee_aedv self to sys_ptrace -userdebug_or_eng(`allow aee_aedv self:capability sys_ptrace;') +# Purpose: allow aee_aedv self to sys_ptrace/dac_read_search/dac_override +userdebug_or_eng(`allow aee_aedv self:capability { sys_ptrace dac_read_search dac_override };') #Purpose: Allow aee_aedv to read /sys/mtk_memcfg/slabtrace allow aee_aedv proc_slabtrace:file r_file_perms;