diff options
author | Matthew Xie <mattx@google.com> | 2012-04-07 22:03:30 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-07-16 22:17:02 -0700 |
commit | 4c3ac516ff391d9fc93ec997ce254f83af722a1a (patch) | |
tree | 5a5b84a3086e41b43dc85d8dce37b893380cb598 /rootdir | |
parent | 76e227b4d851741150250f75cca41b3955e2d9b9 (diff) | |
download | system_core-4c3ac516ff391d9fc93ec997ce254f83af722a1a.zip system_core-4c3ac516ff391d9fc93ec997ce254f83af722a1a.tar.gz system_core-4c3ac516ff391d9fc93ec997ce254f83af722a1a.tar.bz2 |
remove dbus and bluetoothd, create bluedroid data dirs
Change-Id: Ifacd570dbadc075e498a626935e035c76a0d83c4
Diffstat (limited to 'rootdir')
-rw-r--r-- | rootdir/init.rc | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc index 5de0931..8f692ac 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -169,7 +169,7 @@ on post-fs-data # create basic filesystem structure mkdir /data/misc 01771 system misc - mkdir /data/misc/bluetoothd 0770 bluetooth bluetooth + mkdir /data/misc/bluedroid 0770 bluetooth bluetooth mkdir /data/misc/bluetooth 0770 system system mkdir /data/misc/keystore 0700 keystore keystore mkdir /data/misc/keychain 0771 system system @@ -427,21 +427,6 @@ service bootanim /system/bin/bootanimation disabled oneshot -service dbus /system/bin/dbus-daemon --system --nofork - class main - socket dbus stream 660 bluetooth bluetooth - user bluetooth - group bluetooth net_bt_admin - -service bluetoothd /system/bin/bluetoothd -n - class main - socket bluetooth stream 660 bluetooth bluetooth - socket dbus_bluetooth stream 660 bluetooth bluetooth - # init.rc does not yet support applying capabilities, so run as root and - # let bluetoothd drop uid to bluetooth with the right linux capabilities - group bluetooth net_bt_admin misc - disabled - service installd /system/bin/installd class main socket installd stream 600 system system |