mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-09 11:58:16 +00:00
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 <archana.m.shinde@intel.com>
This commit is contained in:
parent
48c8d669fe
commit
fab759db73
@ -16,7 +16,9 @@ path = "@FCPATH@"
|
|||||||
# If the jailer path is not set kata will launch firecracker
|
# If the jailer path is not set kata will launch firecracker
|
||||||
# without a jail. If the jailer is set firecracker will be
|
# without a jail. If the jailer is set firecracker will be
|
||||||
# launched in a jailed enviornment created by the jailer
|
# 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@"
|
kernel = "@KERNELPATH_FC@"
|
||||||
image = "@IMAGEPATH@"
|
image = "@IMAGEPATH@"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user