We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73406be commit 6d2ff1dCopy full SHA for 6d2ff1d
1 file changed
core/jni/fd_utils-inl.h
@@ -57,7 +57,8 @@ static const char* kPathWhitelist[] = {
57
"/dev/urandom",
58
"/dev/ion",
59
"@netlink@",
60
- "/system/framework/org.cyanogenmod.platform-res.apk"
+ "/system/framework/org.cyanogenmod.platform-res.apk",
61
+ "/proc/ged"
62
};
63
64
static const char* kFdPath = "/proc/self/fd";
0 commit comments