From 94ed24e16ef0ece56b0f3c172069c92bd79cbe85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Pinela?= Date: Tue, 19 Sep 2017 20:56:58 +0100 Subject: grouper: Replace net_bt_stack group with bluetooth MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: If17fa3e99b7eb779b02119ce45679c9bcd318c79 Signed-off-by: André Pinela --- rootdir/init.grouper.rc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/rootdir/init.grouper.rc b/rootdir/init.grouper.rc index 92f7a00..c8d528b 100644 --- a/rootdir/init.grouper.rc +++ b/rootdir/init.grouper.rc @@ -33,25 +33,25 @@ on post-fs-data on boot # Bluetooth UART device chmod 0660 /dev/ttyHS2 - chown bluetooth net_bt_stack /dev/ttyHS2 + chown bluetooth bluetooth /dev/ttyHS2 # Bluetooth power up/down interface chmod 0660 /sys/class/rfkill/rfkill0/state chmod 0660 /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 + chown bluetooth bluetooth /sys/class/rfkill/rfkill0/state + chown bluetooth bluetooth /sys/class/rfkill/rfkill0/type # Bluetooth MAC address programming - chown bluetooth net_bt_stack ro.bt.bdaddr_path - chown bluetooth net_bt_stack /system/etc/bluetooth - chown bluetooth net_bt_stack /data/misc/bluetooth + chown bluetooth bluetooth ro.bt.bdaddr_path + chown bluetooth bluetooth /system/etc/bluetooth + chown bluetooth bluetooth /data/misc/bluetooth setprop ro.bt.bdaddr_path "/data/misc/bluetooth/bdaddr" # Bluetooth LPM chmod 0220 /proc/bluetooth/sleep/lpm chmod 0220 /proc/bluetooth/sleep/btwrite - chown bluetooth net_bt_stack /proc/bluetooth/sleep/lpm - chown bluetooth net_bt_stack /proc/bluetooth/sleep/btwrite + chown bluetooth bluetooth /proc/bluetooth/sleep/lpm + chown bluetooth bluetooth /proc/bluetooth/sleep/btwrite # NFC chmod 0660 /dev/pn544 -- cgit v1.2.3