From 6e6ca2a3d6694f9a18a768daae2bc9e266949239 Mon Sep 17 00:00:00 2001 From: Yueyao Zhu Date: Wed, 28 Jun 2017 15:47:38 -0700 Subject: [PATCH] exynos9610: USB: HAL: run as user root, group root system This allows USB HAL to write USB sysfs nodes. Bug: 38352281 Change-Id: Iaf8f1bad1a0394e553996b7a42bc34745b769b16 --- hidl/usb/android.hardware.usb@1.1-service.wahoo.rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hidl/usb/android.hardware.usb@1.1-service.wahoo.rc b/hidl/usb/android.hardware.usb@1.1-service.wahoo.rc index bc1101d..1451519 100644 --- a/hidl/usb/android.hardware.usb@1.1-service.wahoo.rc +++ b/hidl/usb/android.hardware.usb@1.1-service.wahoo.rc @@ -1,7 +1,7 @@ service usb-hal-1-1 /vendor/bin/hw/android.hardware.usb@1.1-service.wahoo class hal - user system - group system + user root + group root system on boot chown root system /sys/class/typec/port0/power_role -- 2.20.1