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
This commit is contained in:
parent
0de1cd44eb
commit
975dcef0b7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue