From 6b6d45fe1fd8c27d74e3d3fd939a199bcefa812c Mon Sep 17 00:00:00 2001 From: Alexander Koskovich Date: Tue, 12 Apr 2022 03:54:41 -0700 Subject: [PATCH] vibrator: Add missing chowns Change-Id: Id9d1d1b0075e50c9918aebb456c7a0974163e6d6 --- aidl/vibrator/vendor.qti.hardware.vibrator.service.oplus.rc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/aidl/vibrator/vendor.qti.hardware.vibrator.service.oplus.rc b/aidl/vibrator/vendor.qti.hardware.vibrator.service.oplus.rc index 7cf713a..d96054d 100644 --- a/aidl/vibrator/vendor.qti.hardware.vibrator.service.oplus.rc +++ b/aidl/vibrator/vendor.qti.hardware.vibrator.service.oplus.rc @@ -1,3 +1,8 @@ +on boot + chown system system /sys/class/leds/vibrator/rtp + chown system system /sys/class/leds/vibrator/vmax + chown system system /sys/class/leds/vibrator/waveform_index + service vendor.qti.vibrator /vendor/bin/hw/vendor.qti.hardware.vibrator.service.oplus class hal user system