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

Unverified Commit c6016298 authored by Steve Kondik's avatar Steve Kondik Committed by Adrian DC
Browse files

Add CMSDK resource APK to Zygote FD whitelist

RM-290

Change-Id: Ica91b23e467db61f142b183316db4afee2a2a283
parent 7e328798
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";