From 54973f5b87f840e3e2611438d4a2577d2cda5911 Mon Sep 17 00:00:00 2001 From: isbon Date: Sat, 4 Jan 2020 19:21:00 +0530 Subject: [PATCH] msm8226-common : allow sec_touchkey in sepolicy Change-Id: Id2eeb041f04bb6f3b0919f31d50c9c1279b2e318 --- sepolicy/common/hal_light_default.te | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sepolicy/common/hal_light_default.te b/sepolicy/common/hal_light_default.te index 4d79d68..0364d63 100644 --- a/sepolicy/common/hal_light_default.te +++ b/sepolicy/common/hal_light_default.te @@ -1,3 +1,5 @@ allow hal_light_default sysfs:file { getattr write open read }; allow hal_light_default sysfs_sec_led:dir { getattr write open read search }; allow hal_light_default sysfs_sec_led:file { getattr write open read }; +allow hal_light_default sysfs_sec_touchkey:dir { getattr write open read search }; +allow hal_light_default sysfs_sec_touchkey:file { getattr write open read };