summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Baptiste Queru2009-10-04 17:05:49 -0500
committerAndroid Git Automerger2009-10-04 17:05:49 -0500
commitf184b94ad32c50ccf5bb1792a963551b5841e772 (patch)
treef4d051b9c835d1a75ba46472302221abdcd945dd
parent4833d9f4986d6dafacff841beb3bf93172c84bdc (diff)
parentb084929f5dd57b878f6debe6567a6c8888061fa0 (diff)
downloadplatform-system-core-f184b94ad32c50ccf5bb1792a963551b5841e772.tar.gz
platform-system-core-f184b94ad32c50ccf5bb1792a963551b5841e772.tar.xz
platform-system-core-f184b94ad32c50ccf5bb1792a963551b5841e772.zip
am b084929f: Make AudioPara4 world-readable
Merge commit 'b084929f5dd57b878f6debe6567a6c8888061fa0' into eclair * commit 'b084929f5dd57b878f6debe6567a6c8888061fa0': Make AudioPara4 world-readable
-rw-r--r--include/private/android_filesystem_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/private/android_filesystem_config.h b/include/private/android_filesystem_config.h
index ad4bd74be..24b7c819a 100644
--- a/include/private/android_filesystem_config.h
+++ b/include/private/android_filesystem_config.h
@@ -159,7 +159,7 @@ static struct fs_path_config android_files[] = {
159 { 00440, AID_BLUETOOTH, AID_BLUETOOTH, "system/etc/bluez/main.conf" }, 159 { 00440, AID_BLUETOOTH, AID_BLUETOOTH, "system/etc/bluez/main.conf" },
160 { 00440, AID_BLUETOOTH, AID_BLUETOOTH, "system/etc/bluez/input.conf" }, 160 { 00440, AID_BLUETOOTH, AID_BLUETOOTH, "system/etc/bluez/input.conf" },
161 { 00440, AID_BLUETOOTH, AID_BLUETOOTH, "system/etc/bluez/audio.conf" }, 161 { 00440, AID_BLUETOOTH, AID_BLUETOOTH, "system/etc/bluez/audio.conf" },
162 { 00440, AID_RADIO, AID_AUDIO, "system/etc/AudioPara4.csv" }, 162 { 00444, AID_RADIO, AID_AUDIO, "system/etc/AudioPara4.csv" },
163 { 00555, AID_ROOT, AID_ROOT, "system/etc/ppp/*" }, 163 { 00555, AID_ROOT, AID_ROOT, "system/etc/ppp/*" },
164 { 00644, AID_SYSTEM, AID_SYSTEM, "data/app/*" }, 164 { 00644, AID_SYSTEM, AID_SYSTEM, "data/app/*" },
165 { 00644, AID_SYSTEM, AID_SYSTEM, "data/app-private/*" }, 165 { 00644, AID_SYSTEM, AID_SYSTEM, "data/app-private/*" },