From 032293a19733c7b6fc6da4cc479615bc019c3cc9 Mon Sep 17 00:00:00 2001 From: Chris Wailes Date: Fri, 18 Jan 2019 17:57:33 -0800 Subject: [PATCH] Add the blastula pool sockets to the Zygote whitelist. This adds the blastula pool sockets from aosp/843736 to the Zygote FD white list in fd_utils.cpp. Bug: 68253328 Test: m & flash image & boot Change-Id: I1ff4bea0a2ea163bf9c1ccc0d80ffd5d04c49191 --- core/jni/fd_utils.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/jni/fd_utils.cpp b/core/jni/fd_utils.cpp index 41e00b9461c8a..624f497be071f 100644 --- a/core/jni/fd_utils.cpp +++ b/core/jni/fd_utils.cpp @@ -37,6 +37,8 @@ static const char* kPathWhitelist[] = { "/dev/null", "/dev/socket/zygote", "/dev/socket/zygote_secondary", + "/dev/socket/blastula_pool", + "/dev/socket/blastula_pool_secondary", "/dev/socket/webview_zygote", "/dev/socket/heapprofd", "/sys/kernel/debug/tracing/trace_marker",