diff --git a/include/private/android_filesystem_config.h b/include/private/android_filesystem_config.h index bc1c0cac7..167a6d92a 100644 --- a/include/private/android_filesystem_config.h +++ b/include/private/android_filesystem_config.h @@ -115,7 +115,6 @@ #define AID_NET_ADMIN 3005 /* can configure interfaces and routing tables. */ #define AID_NET_BW_STATS 3006 /* read bandwidth statistics */ #define AID_NET_BW_ACCT 3007 /* change bandwidth statistics accounting */ -#define AID_NET_BT_STACK 3008 /* bluetooth: access config files */ #define AID_READPROC 3009 /* Allow /proc read access */ #define AID_WAKELOCK 3010 /* Allow system wakelock read/write access */ @@ -221,7 +220,6 @@ static const struct android_id_info android_ids[] = { { "net_admin", AID_NET_ADMIN, }, { "net_bw_stats", AID_NET_BW_STATS, }, { "net_bw_acct", AID_NET_BW_ACCT, }, - { "net_bt_stack", AID_NET_BT_STACK, }, { "readproc", AID_READPROC, }, { "wakelock", AID_WAKELOCK, }, diff --git a/rootdir/init.rc b/rootdir/init.rc index bc7475365..86860b168 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -367,12 +367,12 @@ on post-fs-data # create basic filesystem structure mkdir /data/misc 01771 system misc - mkdir /data/misc/bluedroid 02770 bluetooth net_bt_stack + mkdir /data/misc/bluedroid 02770 bluetooth bluetooth # Fix the access permissions and group ownership for 'bt_config.conf' chmod 0660 /data/misc/bluedroid/bt_config.conf - chown bluetooth net_bt_stack /data/misc/bluedroid/bt_config.conf - mkdir /data/misc/bluetooth 0770 bluetooth net_bt_stack - mkdir /data/misc/bluetooth/logs 0770 bluetooth net_bt_stack + chown bluetooth bluetooth /data/misc/bluedroid/bt_config.conf + mkdir /data/misc/bluetooth 0770 bluetooth bluetooth + mkdir /data/misc/bluetooth/logs 0770 bluetooth bluetooth mkdir /data/misc/keystore 0700 keystore keystore mkdir /data/misc/gatekeeper 0700 system system mkdir /data/misc/keychain 0771 system system diff --git a/rootdir/ueventd.rc b/rootdir/ueventd.rc index 6ef491c59..7e13df994 100644 --- a/rootdir/ueventd.rc +++ b/rootdir/ueventd.rc @@ -40,8 +40,8 @@ subsystem adf /dev/android_adb 0660 adb adb /dev/android_adb_enable 0660 adb adb /dev/ttyMSM0 0600 bluetooth bluetooth -/dev/uhid 0660 system net_bt_stack -/dev/uinput 0660 system net_bt_stack +/dev/uhid 0660 system bluetooth +/dev/uinput 0660 system bluetooth /dev/alarm 0664 system radio /dev/rtc0 0640 system system /dev/tty0 0660 root system