init.hardware.rc: fix permissions

Since the owner of hvdcp_opti is root, need to align the same owner
for the properties "soh, esr_actual, esr_nominal", otherwise it would
cause permission denied.

root           1843      1 10915436  4004 futex_wait_queue_me 0 S hvdcp_opti
04-24 19:25:58.033 1849 1849 E SOH-D : Couldnt write /sys/class/power_supply/bms/soh rc = -13
04-24 19:25:58.033 1849 1849 E SOH-D : Couldnt write /sys/class/power_supply/bms/esr_actual rc = -13
04-24 19:25:58.033 1849 1849 E SOH-D : Couldnt write /sys/class/power_supply/bms/esr_nominal rc = -13

Bug: 153833036
Test: the properties can be updated from user space.
Signed-off-by: Jack Wu <wjack@google.com>
Change-Id: Ie47b7987bd1fc0dd0c8145250c542d8289eccd25
1 file changed