diff options
author | Chris Wailes <chriswailes@google.com> | 2019-01-18 17:52:27 -0800 |
---|---|---|
committer | Chris Wailes <chriswailes@google.com> | 2019-01-23 13:34:30 -0800 |
commit | c0db63f6ac6cf6b784ea6633b037764452c52c91 (patch) | |
tree | 1f33cff161b655d491c46d26561e2d1a78c138d6 /core/jni/fd_utils.cpp | |
parent | 30f16caf64b6a86fd9e7b9519500aafea57155be (diff) |
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
Merged-In: I1ff4bea0a2ea163bf9c1ccc0d80ffd5d04c49191
Diffstat (limited to 'core/jni/fd_utils.cpp')
-rw-r--r-- | core/jni/fd_utils.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/jni/fd_utils.cpp b/core/jni/fd_utils.cpp index c8e4125efb15..9e7ccfd1f4c0 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", |