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

Commit e551125c authored by Mitchell Wills's avatar Mitchell Wills
Browse files

Merge commit '5a33ad4d' into manual_merge_5a33ad4

Change-Id: I873555a7284323e6ca839cf4982f9d07f49a5f4e
parents f1b3b636 5a33ad4d
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -146,6 +146,10 @@ static const struct fs_path_config android_files[] = {
    /* Support FIFO scheduling mode in SurfaceFlinger. */
    { 00755, AID_SYSTEM,    AID_GRAPHICS,     CAP_MASK_LONG(CAP_SYS_NICE), "system/bin/surfaceflinger" },

    /* Support hostapd administering a network interface. */
    { 00755, AID_WIFI,      AID_WIFI,     CAP_MASK_LONG(CAP_NET_ADMIN) |
                                          CAP_MASK_LONG(CAP_NET_RAW),    "system/bin/hostapd" },

    { 00750, AID_ROOT,      AID_ROOT,      0, "system/bin/uncrypt" },
    { 00750, AID_ROOT,      AID_ROOT,      0, "system/bin/install-recovery.sh" },
    { 00755, AID_ROOT,      AID_SHELL,     0, "system/bin/*" },