From aefda184e22a82948386467957174a6fa4eb94c3 Mon Sep 17 00:00:00 2001 From: Hexdecimal16 Date: Sat, 29 Jun 2019 14:02:29 +0530 Subject: [PATCH] sdm660-common: sepolicy: address vibrator denial --- sepolicy/vendor/system_app.te | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sepolicy/vendor/system_app.te b/sepolicy/vendor/system_app.te index fe630559..ab0ae2f2 100644 --- a/sepolicy/vendor/system_app.te +++ b/sepolicy/vendor/system_app.te @@ -8,3 +8,5 @@ allow system_app hall_dev:file rw_file_perms; allow system_app hall_dev:dir search; allow system_app sysfs_thermal:file rw_file_perms; allow system_app sysfs_thermal:dir search; +allow system_app sysfs_vibrator:file rw_file_perms; +allow system_app sysfs_vibrator:dir search;