• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

frameworks/base


Commit MetaInfo

Révision6d2ff1d511921b0be3cbcdc6c29d9ac9add41ad9 (tree)
l'heure2016-11-13 00:27:32
AuteurRicardo Cerqueira <android@cerq...>
CommiterRicardo Cerqueira

Message de Log

zygote: Add /proc/ged to the FD whitelist

This is used by some platforms' gfx stack

Change-Id: Ife6e1b0df30fc23eff7fb6a16ff95c3e7b16a9c7

Change Summary

Modification

--- a/core/jni/fd_utils-inl.h
+++ b/core/jni/fd_utils-inl.h
@@ -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";