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

Commit 5510c139 authored by Daniel Erat's avatar Daniel Erat
Browse files

libcutils: Make /data/nativetest{,64}/* executable.

Make test files under /data/nativetest{,64} 0750 root:shell
to avoid needing to manually chmod them.

Bug: 25340994
Change-Id: I174cc226195907c0effa99063a8aa0082f85722b
parent 24704399
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -125,6 +125,8 @@ static const struct fs_path_config android_files[] = {
    { 00644, AID_MEDIA_RW,  AID_MEDIA_RW,  0, "data/media/*" },
    { 00644, AID_SYSTEM,    AID_SYSTEM,    0, "data/app-private/*" },
    { 00644, AID_APP,       AID_APP,       0, "data/data/*" },
    { 00750, AID_ROOT,      AID_SHELL,     0, "data/nativetest/*" },
    { 00750, AID_ROOT,      AID_SHELL,     0, "data/nativetest64/*" },

    /* the following four files are INTENTIONALLY set-uid, but they
     * are NOT included on user builds. */