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

Commit 6d2ff1d5 authored by Ricardo Cerqueira's avatar Ricardo Cerqueira
Browse files

zygote: Add /proc/ged to the FD whitelist

This is used by some platforms' gfx stack

Change-Id: Ife6e1b0df30fc23eff7fb6a16ff95c3e7b16a9c7
parent 73406be5
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -57,7 +57,8 @@ static const char* kPathWhitelist[] = {
  "/dev/urandom",
  "/dev/ion",
  "@netlink@",
  "/system/framework/org.cyanogenmod.platform-res.apk"
  "/system/framework/org.cyanogenmod.platform-res.apk",
  "/proc/ged"
};

static const char* kFdPath = "/proc/self/fd";