Skip to content

Commit 6d2ff1d

Browse files
committed
zygote: Add /proc/ged to the FD whitelist
This is used by some platforms' gfx stack Change-Id: Ife6e1b0df30fc23eff7fb6a16ff95c3e7b16a9c7
1 parent 73406be commit 6d2ff1d

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
@@ -57,7 +57,8 @@ static const char* kPathWhitelist[] = {
5757
"/dev/urandom",
5858
"/dev/ion",
5959
"@netlink@",
60-
"/system/framework/org.cyanogenmod.platform-res.apk"
60+
"/system/framework/org.cyanogenmod.platform-res.apk",
61+
"/proc/ged"
6162
};
6263

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

0 commit comments

Comments
 (0)