sdm660-common: sepolicy: move system_app.te

This commit is contained in:
pix106 2022-09-10 11:10:47 +02:00
parent eb323c917c
commit 077a21d15e
2 changed files with 1 additions and 1 deletions

View file

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

View file

@ -3,6 +3,7 @@ allow system_app hall_dev:file rw_file_perms;
allow system_app hall_dev:dir search; allow system_app hall_dev:dir search;
allow system_app kcal_dev:dir search; allow system_app kcal_dev:dir search;
allow system_app kcal_dev:file rw_file_perms; 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 proc_vmallocinfo:file read;
allow system_app sysfs_vibrator:dir search; allow system_app sysfs_vibrator:dir search;
allow system_app sysfs_vibrator:file rw_file_perms; allow system_app sysfs_vibrator:file rw_file_perms;