From fab759db73e8eb9874424024abaf637732daef48 Mon Sep 17 00:00:00 2001 From: Archana Shinde Date: Wed, 20 Nov 2019 09:06:49 -0800 Subject: [PATCH] config: Disable jailer by default for firecracker Comment out jailer path so that it is disabled by default. Fixes #2228 Signed-off-by: Archana Shinde --- cli/config/configuration-fc.toml.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cli/config/configuration-fc.toml.in b/cli/config/configuration-fc.toml.in index 4b4651e37c..f595245f04 100644 --- a/cli/config/configuration-fc.toml.in +++ b/cli/config/configuration-fc.toml.in @@ -16,7 +16,9 @@ path = "@FCPATH@" # If the jailer path is not set kata will launch firecracker # without a jail. If the jailer is set firecracker will be # launched in a jailed enviornment created by the jailer -jailer_path = "@FCJAILERPATH@" +# This is disabled by default as additional setup is required +# for this feature today. +#jailer_path = "@FCJAILERPATH@" kernel = "@KERNELPATH_FC@" image = "@IMAGEPATH@"