Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0e6056d0 authored by Doug Zongker's avatar Doug Zongker
Browse files

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

Change-Id: I503bf8ebd037fa9715494c6539e5430eee47acfe
parent 0e92b50f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 },
};