diff options
| author | Jaikumar Ganesh <jaikumar@google.com> | 2010-01-07 20:24:55 -0800 |
|---|---|---|
| committer | Jaikumar Ganesh <jaikumar@google.com> | 2010-02-25 19:46:29 -0800 |
| commit | eafdd86f4d8f4ccc69f0c16550c65aa392f678d6 (patch) | |
| tree | 1ccbf099f323063061f266c2a6b5b968e52631f3 | |
| parent | d969faa161310d0a3792766320daa3200b84bd74 (diff) | |
| download | system_core-eafdd86f4d8f4ccc69f0c16550c65aa392f678d6.tar.gz system_core-eafdd86f4d8f4ccc69f0c16550c65aa392f678d6.tar.bz2 system_core-eafdd86f4d8f4ccc69f0c16550c65aa392f678d6.zip | |
Update bluetooth data files path.
| -rw-r--r-- | include/private/android_filesystem_config.h | 7 | ||||
| -rw-r--r-- | rootdir/init.rc | 1 |
2 files changed, 5 insertions, 3 deletions
diff --git a/include/private/android_filesystem_config.h b/include/private/android_filesystem_config.h index 24b7c819..0dcfcac7 100644 --- a/include/private/android_filesystem_config.h +++ b/include/private/android_filesystem_config.h @@ -156,9 +156,10 @@ static struct fs_path_config android_files[] = { { 00550, AID_ROOT, AID_SHELL, "system/etc/init.testmenu" }, { 00550, AID_DHCP, AID_SHELL, "system/etc/dhcpcd/dhcpcd-run-hooks" }, { 00440, AID_BLUETOOTH, AID_BLUETOOTH, "system/etc/dbus.conf" }, - { 00440, AID_BLUETOOTH, AID_BLUETOOTH, "system/etc/bluez/main.conf" }, - { 00440, AID_BLUETOOTH, AID_BLUETOOTH, "system/etc/bluez/input.conf" }, - { 00440, AID_BLUETOOTH, AID_BLUETOOTH, "system/etc/bluez/audio.conf" }, + { 00440, AID_BLUETOOTH, AID_BLUETOOTH, "system/etc/bluetooth/main.conf" }, + { 00440, AID_BLUETOOTH, AID_BLUETOOTH, "system/etc/bluetooth/input.conf" }, + { 00440, AID_BLUETOOTH, AID_BLUETOOTH, "system/etc/bluetooth/audio.conf" }, + { 00640, AID_SYSTEM, AID_SYSTEM, "system/etc/bluetooth/auto_pairing.conf" }, { 00444, AID_RADIO, AID_AUDIO, "system/etc/AudioPara4.csv" }, { 00555, AID_ROOT, AID_ROOT, "system/etc/ppp/*" }, { 00644, AID_SYSTEM, AID_SYSTEM, "data/app/*" }, diff --git a/rootdir/init.rc b/rootdir/init.rc index 0e52e54d..059ac0a5 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -120,6 +120,7 @@ loglevel 3 # create basic filesystem structure mkdir /data/misc 01771 system misc mkdir /data/misc/bluetoothd 0770 bluetooth bluetooth + mkdir /data/misc/bluetooth 0770 system system mkdir /data/misc/keystore 0700 keystore keystore mkdir /data/misc/vpn 0770 system system mkdir /data/misc/systemkeys 0700 system system |
