diff --git a/sepolicy/system_app.te b/sepolicy/system_app.te deleted file mode 100644 index b21b3470..00000000 --- a/sepolicy/system_app.te +++ /dev/null @@ -1 +0,0 @@ -allow system_app proc_pagetypeinfo:file r_file_perms; diff --git a/sepolicy/vendor/system_app.te b/sepolicy/vendor/system_app.te index 15e1442b..53f9c45b 100644 --- a/sepolicy/vendor/system_app.te +++ b/sepolicy/vendor/system_app.te @@ -3,6 +3,7 @@ allow system_app hall_dev:file rw_file_perms; allow system_app hall_dev:dir search; allow system_app kcal_dev:dir search; allow system_app kcal_dev:file rw_file_perms; +allow system_app proc_pagetypeinfo:file r_file_perms; allow system_app proc_vmallocinfo:file read; allow system_app sysfs_vibrator:dir search; allow system_app sysfs_vibrator:file rw_file_perms;