From 6c101e601d57a60b6854e8e89c8e4e5e22f052ea Mon Sep 17 00:00:00 2001 From: Seth Hoenig Date: Mon, 8 Feb 2021 10:52:19 -0600 Subject: [PATCH] docs: shorten IPC Co-authored-by: Chris Baker <1675087+cgbaker@users.noreply.github.com> --- website/content/docs/drivers/java.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/drivers/java.mdx b/website/content/docs/drivers/java.mdx index 6ba4d68a9..f3f6da3aa 100644 --- a/website/content/docs/drivers/java.mdx +++ b/website/content/docs/drivers/java.mdx @@ -119,7 +119,7 @@ The `java` driver implements the following [capabilities](/docs/internals/plugin be able to access sensitive process information like environment variables. - `default_ipc_mode` `(string: optional)` - Defaults to `"private"`. Set to -`"private"` to enable inter-process-communication isolation for tasks by default, +`"private"` to enable IPC namespace isolation for tasks by default, or `"host"` to disable isolation. !> **Warning:** If set to `"host"`, other processes running as the same user will be