add dri device to zygote whitelisted FDs
The driver can be used just like /dev/ion for graphic buffers. Bug: 31172436 Change-Id: I4f76e398b58a684f614f72ce7ef6bdd049ea7655
This commit is contained in:
@@ -45,7 +45,8 @@ static const char* kPathWhitelist[] = {
|
||||
"/sys/kernel/debug/tracing/trace_marker",
|
||||
"/system/framework/framework-res.apk",
|
||||
"/dev/urandom",
|
||||
"/dev/ion"
|
||||
"/dev/ion",
|
||||
"/dev/dri/renderD129", // Fixes b/31172436
|
||||
};
|
||||
|
||||
static const char* kFdPath = "/proc/self/fd";
|
||||
|
||||
Reference in New Issue
Block a user