diff options
| author | DidntRead <gabro2003@gmail.com> | 2017-12-16 10:47:06 +0200 |
|---|---|---|
| committer | Sebastian "Oyster" T <oysterized@gmail.com> | 2017-12-16 12:15:47 +0100 |
| commit | 709c859ebc312f0b549b2eebb289848c4b8545b7 (patch) | |
| tree | 80d563635dcc1bacb95271071d067a96dab94d4c | |
| parent | 9a41635c987ee5b748e49e569da726b26c0cdfad (diff) | |
light: fix permission error
| -rw-r--r-- | hidl/vibrator/android.hardware.vibrator@1.0-service.mediatek.rc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hidl/vibrator/android.hardware.vibrator@1.0-service.mediatek.rc b/hidl/vibrator/android.hardware.vibrator@1.0-service.mediatek.rc index 938692a..8da4e7f 100644 --- a/hidl/vibrator/android.hardware.vibrator@1.0-service.mediatek.rc +++ b/hidl/vibrator/android.hardware.vibrator@1.0-service.mediatek.rc @@ -1,3 +1,6 @@ +on post-fs + chown system system /sys/kernel/thunderquake_engine/level + service vibrator-1-0 /vendor/bin/hw/android.hardware.vibrator@1.0-service.mediatek class hal user system |
