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:
parent
0e92b50f0f
commit
0e6056d012
1 changed files with 1 additions and 1 deletions
|
|
@ -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 },
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue