From 88e27ac0f1ab84bcc4eb7188dc83133ff252ffa0 Mon Sep 17 00:00:00 2001 From: hellohyh001 Date: Fri, 9 Jun 2023 12:31:08 +0000 Subject: [PATCH] update Signed-off-by: hellohyh001 Change-Id: Iabb0e7db10c942bb9b2ce9080a496e6be9984121 --- sepolicy/base/te/msdp_sa.te | 1 + 1 file changed, 1 insertion(+) diff --git a/sepolicy/base/te/msdp_sa.te b/sepolicy/base/te/msdp_sa.te index e86c6de10..836fa1b0f 100644 --- a/sepolicy/base/te/msdp_sa.te +++ b/sepolicy/base/te/msdp_sa.te @@ -51,4 +51,5 @@ allow msdp_sa sys_param:file { map open read }; allow msdp_sa system_bin_file:dir { search }; allow msdp_sa sys_usb_param:file { map open read }; allow msdp_sa tracefs:dir { search }; +allow msdp_sa zram_device:blk_file { read write }; allow msdp_sa tracefs_trace_marker_file:file { open write }; -- Gitee