diff options
| author | Jean-Baptiste Queru <jbq@google.com> | 2009-10-04 15:05:49 -0700 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2009-10-04 15:05:49 -0700 |
| commit | f184b94ad32c50ccf5bb1792a963551b5841e772 (patch) | |
| tree | f4d051b9c835d1a75ba46472302221abdcd945dd /include | |
| parent | 4833d9f4986d6dafacff841beb3bf93172c84bdc (diff) | |
| parent | b084929f5dd57b878f6debe6567a6c8888061fa0 (diff) | |
| download | system_core-f184b94ad32c50ccf5bb1792a963551b5841e772.tar.gz system_core-f184b94ad32c50ccf5bb1792a963551b5841e772.tar.bz2 system_core-f184b94ad32c50ccf5bb1792a963551b5841e772.zip | |
am b084929f: Make AudioPara4 world-readable
Merge commit 'b084929f5dd57b878f6debe6567a6c8888061fa0' into eclair
* commit 'b084929f5dd57b878f6debe6567a6c8888061fa0':
Make AudioPara4 world-readable
Diffstat (limited to 'include')
| -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 ad4bd74b..24b7c819 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[] = { { 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" }, + { 00444, AID_RADIO, AID_AUDIO, "system/etc/AudioPara4.csv" }, { 00555, AID_ROOT, AID_ROOT, "system/etc/ppp/*" }, { 00644, AID_SYSTEM, AID_SYSTEM, "data/app/*" }, { 00644, AID_SYSTEM, AID_SYSTEM, "data/app-private/*" }, |
