diff options
author | Jaikumar Ganesh <jaikumar@google.com> | 2009-05-05 22:28:54 -0700 |
---|---|---|
committer | Jaikumar Ganesh <jaikumar@google.com> | 2009-06-09 17:21:38 -0700 |
commit | 1d36696821cd81ed7b668bb9d2b0b8a43540ccd2 (patch) | |
tree | 08fdf6f6dc1e377964dbfd73c66fdf0955782a79 /include/private | |
parent | 61cd81dd8d7075f79b482315cd465991c08da68d (diff) | |
download | system_core-1d36696821cd81ed7b668bb9d2b0b8a43540ccd2.zip system_core-1d36696821cd81ed7b668bb9d2b0b8a43540ccd2.tar.gz system_core-1d36696821cd81ed7b668bb9d2b0b8a43540ccd2.tar.bz2 |
Bluez4 changes
Rename hcid to bluetoothd and change permissions.
Diffstat (limited to 'include/private')
-rw-r--r-- | include/private/android_filesystem_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/private/android_filesystem_config.h b/include/private/android_filesystem_config.h index 4590626..1a14842 100644 --- a/include/private/android_filesystem_config.h +++ b/include/private/android_filesystem_config.h @@ -157,7 +157,7 @@ static struct fs_path_config android_files[] = { { 00550, AID_ROOT, AID_SHELL, "system/etc/init.gprs-pppd" }, { 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/hcid.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_RADIO, AID_AUDIO, "/system/etc/AudioPara4.csv" }, |