diff --git a/sepolicy/common/system_app.te b/sepolicy/common/system_app.te index 9aa08bc..42c8c4f 100644 --- a/sepolicy/common/system_app.te +++ b/sepolicy/common/system_app.te @@ -1,2 +1,5 @@ allow system_app sysfs_mdnie:dir search; allow system_app sysfs_mdnie:file rw_file_perms; + +allow system_app sysfs_zram:dir search; +allow system_app sysfs_zram:file r_file_perms;