From 975dcef0b720125bdf8cedb6d390ed2bbafb4f15 Mon Sep 17 00:00:00 2001 From: Abinaya P Date: Thu, 11 Feb 2016 11:18:37 +0530 Subject: [PATCH] ueventd: change permission for secure touch sysfs files Change the permission and ownership of secure touch sysfs files - secure_touch and secure_touch_enable so that the secure touch app will be able to access these sysfs files. Change-Id: Id42deddc720318107b1ad15a11f0da715b0335c9 --- rootdir/etc/ueventd.qcom.rc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rootdir/etc/ueventd.qcom.rc b/rootdir/etc/ueventd.qcom.rc index b29da0b2..d41a35a6 100644 --- a/rootdir/etc/ueventd.qcom.rc +++ b/rootdir/etc/ueventd.qcom.rc @@ -205,6 +205,10 @@ /sys/devices/virtual/optical_sensors/lightsensor ls_poll_delay 0660 input system /sys/devices/virtual/input/input* poll 0660 input system /sys/devices/virtual/input/input* pollrate_ms 0660 input system +/sys/devices/soc/78b7000.i2c/i2c-3/3-0020/input/input* secure_touch 0440 system drmrpc +/sys/devices/soc/78b7000.i2c/i2c-3/3-0020/input/input* secure_touch_enable 0660 system drmrpc +/sys/devices/soc/78b7000.i2c/i2c-3/3-0038/input/input* secure_touch 0440 system drmrpc +/sys/devices/soc/78b7000.i2c/i2c-3/3-0038/input/input* secure_touch_enable 0660 system drmrpc # vm_bms /dev/vm_bms 0660 system system