diff --git a/sepolicy/vendor/system_app.te b/sepolicy/vendor/system_app.te index 53f9c45b..4afd9f75 100644 --- a/sepolicy/vendor/system_app.te +++ b/sepolicy/vendor/system_app.te @@ -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 };