diff --git a/non_plat/aee_aedv.te b/non_plat/aee_aedv.te index 6159c82..80486c2 100644 --- a/non_plat/aee_aedv.te +++ b/non_plat/aee_aedv.te @@ -375,6 +375,9 @@ allow aee_aedv sysfs_vibrator:dir search; # Purpose: Allow aee_aedv to read /sys/kernel/debug/rcu/rcu_callback_log allow aee_aedv debugfs_rcu:file r_file_perms; +# Purpose: Allow aee_aedv to read /proc/ufs_debug +allow aee_aedv proc_ufs_debug:file rw_file_perms; + # Purpose: Allow aee_aedv to read /proc/msdc_debug allow aee_aedv proc_msdc_debug:file r_file_perms; diff --git a/non_plat/dumpstate.te b/non_plat/dumpstate.te index 2fee6f7..3d1c2bb 100644 --- a/non_plat/dumpstate.te +++ b/non_plat/dumpstate.te @@ -111,6 +111,9 @@ allow dumpstate sysfs_vibrator_setting:file write; # Purpose: Allow dumpstate to read /sys/kernel/debug/rcu/rcu_callback_log allow dumpstate debugfs_rcu:file r_file_perms; +# Purpose: Allow dumpstate to read /proc/ufs_debug +allow dumpstate proc_ufs_debug:file rw_file_perms; + # Purpose: Allow dumpstate to read /proc/msdc_debug allow dumpstate proc_msdc_debug:file r_file_perms;