rosemary: sepolicy: Allow system_app to read /proc/pagetypeinfo

avc: denied { read } for name="pagetypeinfo" dev="proc" ino=4026543033
scontext=u:r:system_app:s0 tcontext=u:object_r:proc_pagetypeinfo:s0
tclass=file permissive=0

Change-Id: I16465eb9acca9ff64a755d47f86f4ff424ebe4de
This commit is contained in:
Kevin F. Haggerty
2022-10-15 16:00:08 +03:00
committed by Matsvei Niaverau
parent cce24cd712
commit e20160a997

View File

@@ -1,2 +1,3 @@
allow system_app proc_pagetypeinfo:file r_file_perms;
allow system_app sysfs_zram:dir search;
allow system_app sysfs_zram:file r_file_perms;