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

Commit e8b2e618 authored by Doug Zongker's avatar Doug Zongker Committed by Android Git Automerger
Browse files

am 08c370cc: change /fstab.* perms back to 0644, to unbreak incremental OTAs

* commit '08c370cc':
  change /fstab.* perms back to 0644, to unbreak incremental OTAs
parents 8f1d4daf 08c370cc
Loading
Loading
Loading
Loading
+5 −5
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" },
    { 00640, AID_ROOT,      AID_SHELL,     "fstab.*" },
    { 00644, AID_ROOT,      AID_SHELL,     "fstab.*" },
    { 00644, AID_ROOT,      AID_ROOT,       0 },
};