msm8974-common: 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 2020-09-04 14:55:59 -06:00
parent 5404fa9536
commit 8326e1562c
No known key found for this signature in database
GPG Key ID: 6D95512933112729

View File

@ -1,3 +1,4 @@
allow system_app proc_pagetypeinfo:file r_file_perms;
allow system_app sysfs_mdnie:dir search;
allow system_app sysfs_mdnie:file rw_file_perms;