Merge "touch/init: change file owner after sys.boot_completed=1" into main

This commit is contained in:
Treehugger Robot 2023-12-26 07:13:37 +00:00 committed by Android (Google) Code Review
commit e40fe7223e
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
on property:vendor.device.modules.ready=1 on property:sys.boot_completed=1
# Sysfs # Sysfs
chown system system /sys/devices/virtual/goog_touch_interface/gti.0/force_active chown system system /sys/devices/virtual/goog_touch_interface/gti.0/force_active
chown system system /sys/devices/virtual/goog_touch_interface/gti.0/fw_ver chown system system /sys/devices/virtual/goog_touch_interface/gti.0/fw_ver

View File

@ -1,4 +1,4 @@
on property:vendor.device.modules.ready=1 on property:sys.boot_completed=1
# Sysfs # Sysfs
chown system system /sys/devices/virtual/goog_touch_interface/gti.1/force_active chown system system /sys/devices/virtual/goog_touch_interface/gti.1/force_active
chown system system /sys/devices/virtual/goog_touch_interface/gti.1/fw_ver chown system system /sys/devices/virtual/goog_touch_interface/gti.1/fw_ver