Skip to content

Commit c7d2fb7

Browse files
Steve Kondikzwliew
authored andcommitted
Add CMSDK resource APK to Zygote FD whitelist
Change-Id: Ica91b23e467db61f142b183316db4afee2a2a283
1 parent 7c18f21 commit c7d2fb7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

core/jni/fd_utils-inl.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ static const char* kPathWhitelist[] = {
5656
"/system/framework/framework-res.apk",
5757
"/dev/urandom",
5858
"/dev/ion",
59-
"@netlink@"
59+
"@netlink@",
60+
"/system/framework/org.cyanogenmod.platform-res.apk"
6061
};
6162

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

0 commit comments

Comments
 (0)