Merge \"init.hikey.rc: set right user and group for uim service\"
am: 0c5a64eee5

Change-Id: I78657a0edc341424985a148c8bf10d23e9238d9a
diff --git a/init.hikey.rc b/init.hikey.rc
index 07ec560..33c7cb0 100644
--- a/init.hikey.rc
+++ b/init.hikey.rc
@@ -86,7 +86,8 @@
 #userspace daemon needed for bluetooth
 service uim /system/bin/uim
     class main
-    user root
+    user bluetooth
+    group bluetooth net_bt_admin system net_bt_stack
     oneshot
 
 service wpa_supplicant /system/bin/wpa_supplicant \