diff options
| author | Doug Zongker <dougz@android.com> | 2012-05-07 16:48:09 -0700 |
|---|---|---|
| committer | Doug Zongker <dougz@android.com> | 2012-05-07 16:49:24 -0700 |
| commit | 0e6056d0126cad2e082b4702e60dfb242aa6bf65 (patch) | |
| tree | 97b5094ace0c647bd4c4518e8d7547efdff8e892 /include | |
| parent | 0e92b50f0fb432c45b26863394e473916b0ab4ef (diff) | |
| download | system_core-0e6056d0126cad2e082b4702e60dfb242aa6bf65.tar.gz system_core-0e6056d0126cad2e082b4702e60dfb242aa6bf65.tar.bz2 system_core-0e6056d0126cad2e082b4702e60dfb242aa6bf65.zip | |
change /fstab.* perms to 0640
It's safe to change the permissions on files in the root partitions;
incremental OTA now knows how to handle this case.
This reverts commit 08c370cc50e4bdae5a59f4ddfd1e3874bb36579d.
Change-Id: I503bf8ebd037fa9715494c6539e5430eee47acfe
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 }, }; |
