sdm660-common: sepolicy: address vibrator denial

This commit is contained in:
Hexdecimal16 2019-06-29 14:02:29 +05:30 committed by Max Weffers
parent fab35d3231
commit aefda184e2
No known key found for this signature in database
GPG key ID: 795F73D22FB93FAE

View file

@ -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;