diff options
author | Jean-Baptiste Queru <jbq@google.com> | 2009-10-12 11:08:19 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2009-10-12 11:08:19 -0700 |
commit | 7b5f63f8ab17c0f361d049d807bac1c4813238b5 (patch) | |
tree | 408603d2de99059f2ffe2ffc9bbaa0327acf6f04 /include | |
parent | b44224d56d2625f341f7526ccad4844527254b55 (diff) | |
parent | f184b94ad32c50ccf5bb1792a963551b5841e772 (diff) | |
download | system_core-7b5f63f8ab17c0f361d049d807bac1c4813238b5.tar.gz system_core-7b5f63f8ab17c0f361d049d807bac1c4813238b5.tar.bz2 system_core-7b5f63f8ab17c0f361d049d807bac1c4813238b5.zip |
am f184b94a: am b084929f: Make AudioPara4 world-readable
Merge commit 'f184b94ad32c50ccf5bb1792a963551b5841e772'
* commit 'f184b94ad32c50ccf5bb1792a963551b5841e772':
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 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[] = { { 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/*" }, |