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
This commit is contained in:
Chris Wailes
2019-01-18 17:57:33 -08:00
parent d906d809fb
commit 032293a197

View File

@@ -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",