diff options
author | Chris Wailes <chriswailes@google.com> | 2019-01-18 17:57:33 -0800 |
---|---|---|
committer | Chris Wailes <chriswailes@google.com> | 2019-01-18 18:14:05 -0800 |
commit | 032293a19733c7b6fc6da4cc479615bc019c3cc9 (patch) | |
tree | fe9c29d4c639b2bb0996c9ab67a2c335316d536f /core/jni/fd_utils.cpp | |
parent | d906d809fbb3232529dce8b639b0c5a6a5872b57 (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
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 41e00b9461c8..624f497be071 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", |