diff options
author | Benedict Wong <benedictwong@google.com> | 2019-11-19 18:45:17 -0800 |
---|---|---|
committer | Benedict Wong <benedictwong@google.com> | 2019-11-19 18:47:43 -0800 |
commit | 1b70ca2b899ad1b882903f69763521516e6e0ef3 (patch) | |
tree | 9982daaa4cc658bdd90f19f3131f188b9e14be45 /core/jni/fd_utils.cpp | |
parent | a9ee3aaa5faa205662a2150d529349e5f83eca27 (diff) |
Add IKE to allowable zygote paths
This change adds the IKE apex to the whitelist of open paths. Without
this change, adding IKE to the boot classpath will fail.
Bug: 143905344
Test: Compiles, doesn't fail.
Change-Id: I63a2531e88b9d715e5089a6dc9fec721970d0de5
Diffstat (limited to 'core/jni/fd_utils.cpp')
-rw-r--r-- | core/jni/fd_utils.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/jni/fd_utils.cpp b/core/jni/fd_utils.cpp index 3704ccdfb8ea..8fabb2367318 100644 --- a/core/jni/fd_utils.cpp +++ b/core/jni/fd_utils.cpp @@ -34,6 +34,7 @@ // Static whitelist of open paths that the zygote is allowed to keep open. static const char* kPathWhitelist[] = { "/apex/com.android.conscrypt/javalib/conscrypt.jar", + "/apex/com.android.ipsec/javalib/ike.jar", "/apex/com.android.media/javalib/updatable-media.jar", "/dev/null", "/dev/socket/zygote", |