From 99e02b199c7c28eeb98b45aa662c6b2093875681 Mon Sep 17 00:00:00 2001 From: Andrew Jiang Date: Sun, 4 May 2014 05:05:24 +0000 Subject: P51XX: Change bluetooth user group to net_bt_stack Change-Id: I69b6535b8379dff56dfe02109f404c908d2a4447 --- rootdir/init.espresso10.rc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rootdir/init.espresso10.rc b/rootdir/init.espresso10.rc index 866c73a..f05ba8f 100755 --- a/rootdir/init.espresso10.rc +++ b/rootdir/init.espresso10.rc @@ -105,12 +105,12 @@ on post-fs-data # permissions for bluetooth. setprop ro.bt.bdaddr_path "/efs/bluetooth/bt_addr" - chown bluetooth bluetooth ro.bt.bdaddr_path - chown bluetooth bluetooth /dev/ttyO1 + chown bluetooth net_bt_stack ro.bt.bdaddr_path + chown bluetooth net_bt_stack /dev/ttyO1 chmod 0660 /dev/ttyO1 chmod 0660 /sys/class/rfkill/rfkill0/state - chown bluetooth bluetooth /sys/class/rfkill/rfkill0/state - chown bluetooth bluetooth /sys/class/rfkill/rfkill0/type + chown bluetooth net_bt_stack /sys/class/rfkill/rfkill0/state + chown bluetooth net_bt_stack /sys/class/rfkill/rfkill0/type restorecon /sys/class/rfkill/rfkill0/state restorecon /sys/class/rfkill/rfkill0/type -- cgit v1.1