sepolicy: Allow system_app to acess zram

[1] - https://gerrit.aospa.co/c/AOSPA/android_device_xiaomi_sepolicy/+/36562

Change-Id: I3cb26c83ef1de0055bbcf3278b5614cd6095fd11
Signed-off-by: chrisl7 <wandersonrodriguesf1@gmail.com>
This commit is contained in:
chrisl7 2023-11-15 00:17:03 +00:00 committed by CHRISL7
parent 893f75d464
commit ba821f587e
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
# zram
allow system_app sysfs_zram:dir r_dir_perms;
allow system_app sysfs_zram:file r_file_perms;