sdm660-common: sepolicy: address vibrator denial
This commit is contained in:
parent
fab35d3231
commit
aefda184e2
1 changed files with 2 additions and 0 deletions
2
sepolicy/vendor/system_app.te
vendored
2
sepolicy/vendor/system_app.te
vendored
|
@ -8,3 +8,5 @@ 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 sysfs_thermal:file rw_file_perms;
|
allow system_app sysfs_thermal:file rw_file_perms;
|
||||||
allow system_app sysfs_thermal:dir search;
|
allow system_app sysfs_thermal:dir search;
|
||||||
|
allow system_app sysfs_vibrator:file rw_file_perms;
|
||||||
|
allow system_app sysfs_vibrator:dir search;
|
||||||
|
|
Loading…
Reference in a new issue