diff options
| author | Doug Zongker <dougz@android.com> | 2012-05-10 09:30:35 -0700 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-05-10 09:30:35 -0700 |
| commit | 4fd375b566f0a4536b0afd8a2e4bd1c573a082c9 (patch) | |
| tree | dfd42bf2469a3a417b28ed61dafb3da140889209 /include | |
| parent | 011b502b120b692ccbda140ed2cb3fe768c99eb0 (diff) | |
| parent | 0e6056d0126cad2e082b4702e60dfb242aa6bf65 (diff) | |
| download | system_core-4fd375b566f0a4536b0afd8a2e4bd1c573a082c9.tar.gz system_core-4fd375b566f0a4536b0afd8a2e4bd1c573a082c9.tar.bz2 system_core-4fd375b566f0a4536b0afd8a2e4bd1c573a082c9.zip | |
Merge "change /fstab.* perms to 0640" into jb-dev
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 5b556d6e..6521cbe7 100644 --- a/include/private/android_filesystem_config.h +++ b/include/private/android_filesystem_config.h @@ -225,7 +225,7 @@ static struct fs_path_config android_files[] = { { 00750, AID_ROOT, AID_SHELL, "init*" }, { 00750, AID_ROOT, AID_SHELL, "charger*" }, { 00750, AID_ROOT, AID_SHELL, "sbin/fs_mgr" }, - { 00644, AID_ROOT, AID_SHELL, "fstab.*" }, + { 00640, AID_ROOT, AID_SHELL, "fstab.*" }, { 00644, AID_ROOT, AID_ROOT, 0 }, }; |
