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

Commit c7d2fb72 authored by Steve Kondik's avatar Steve Kondik Committed by Zhao Wei Liew
Browse files

Add CMSDK resource APK to Zygote FD whitelist

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

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