[ALPS04774560] mrdump: add sepolicy to drop caches

add sepolicy to write /proc/sys/vm/drop_caches

MTK-Commit-Id: 87067ad776cde751a3d2d416088df2cc4ef00e0f

Change-Id: I793b166041b051f28dc2d443858bb469ce9edd9c
Signed-off-by: James Hsu <james.hsu@mediatek.com>
CR-Id: ALPS04774560
Feature: Memory RAM Dump (MRDUMP)
(cherry picked from commit 42a3fcaceb572b4bdd6be2b36380383040f1d46b)
This commit is contained in:
James Hsu 2020-01-18 10:21:03 +08:00
parent 5173b15558
commit e72c16be08

View File

@ -436,3 +436,6 @@ allow aee_aedv proc_dbg_repo:file r_file_perms;
allow aee_aedv proc_pl_lk:file r_file_perms;
allow aee_aedv proc_aed_reboot_reason:file r_file_perms;
# Purpose: Allow aee_aedv to write /proc/sys/vm/drop_caches
allow aee_aedv proc_drop_caches:file rw_file_perms;