flo: 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 committed by followmsi
parent 01ff085307
commit 55f44aebfc
1 changed files with 1 additions and 0 deletions

1
sepolicy/system_app.te Normal file
View File

@ -0,0 +1 @@
allow system_app proc_pagetypeinfo:file r_file_perms;