sdm660-common: sepolicy: move system_app.te
This commit is contained in:
parent
eb323c917c
commit
077a21d15e
2 changed files with 1 additions and 1 deletions
|
@ -1 +0,0 @@
|
||||||
allow system_app proc_pagetypeinfo:file r_file_perms;
|
|
1
sepolicy/vendor/system_app.te
vendored
1
sepolicy/vendor/system_app.te
vendored
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue