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 08c370cc50.

Change-Id: I503bf8ebd037fa9715494c6539e5430eee47acfe
This commit is contained in:
Doug Zongker 2012-05-07 16:48:09 -07:00
parent 0e92b50f0f
commit 0e6056d012

View file

@ -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 },
};