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

Commit 033f8681 authored by Giulio Cervera's avatar Giulio Cervera
Browse files

set system/etc/init.d/ permissions

Change-Id: Iedbe7939fc8842a519143cd0fe81b7a8731c4707
parent 115e6f65
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -196,6 +196,7 @@ static struct fs_path_config android_files[] = {
    { 00750, AID_ROOT,      AID_SHELL,     "sbin/*" },
    { 00755, AID_ROOT,      AID_ROOT,      "bin/*" },
    { 00750, AID_ROOT,      AID_SHELL,     "init*" },
    { 00750, AID_ROOT,      AID_SHELL,     "system/etc/init.d/*" },
    { 00644, AID_ROOT,      AID_ROOT,       0 },
};