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

Commit 0380d490 authored by Nick Kralevich's avatar Nick Kralevich Committed by Gerrit Code Review
Browse files

Merge "fs_config: remove setuid bit from librank"

parents 2e012ef3 3e635683
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -132,10 +132,9 @@ static const struct fs_path_config android_files[] = {
    { 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
    /* the following three files are INTENTIONALLY set-uid, but they
     * are NOT included on user builds. */
    { 04750, AID_ROOT,      AID_SHELL,     0, "system/xbin/su" },
    { 06755, AID_ROOT,      AID_ROOT,      0, "system/xbin/librank" },
    { 06755, AID_ROOT,      AID_ROOT,      0, "system/xbin/procmem" },
    { 04770, AID_ROOT,      AID_RADIO,     0, "system/bin/pppd-ril" },