sdm660-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

Signed-off-by: pix106 <sbordenave@gmail.com>
This commit is contained in:
Kevin F. Haggerty 2021-12-15 04:22:09 +02:00 committed by pix106
parent ad7852eeff
commit 5df53b728d

View file

@ -15,6 +15,7 @@ allow system_app sysfs_headphonegain:file rw_file_perms;
allow system_app sysfs_micgain:file rw_file_perms;
allow system_app sysfs_earpiecegain:file rw_file_perms;
allow system_app sysfs_zram:dir search;
allow system_app proc_pagetypeinfo:file r_file_perms;
allow system_app sysfs_zram:file r_file_perms;
allow system_app zygote:unix_stream_socket { getopt };