mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-29 12:14:48 +00:00
config: Enable jailer by default when using firecracker
Now that we have enabled CI tests for jailed firecracker and we have fixed the issue with removing the block storage device #2387, we should leverage the full power of firecracker and enable jailer by default. Fixes: #2455 Signed-off-by: Jack Rieck <jack.rieck@sendgrid.com>
This commit is contained in:
parent
e155fb2b19
commit
7a5ffd4a0f
@ -30,9 +30,7 @@ valid_hypervisor_paths = @FCVALIDHYPERVISORPATHS@
|
|||||||
# 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
|
||||||
# This is disabled by default as additional setup is required
|
jailer_path = "@FCJAILERPATH@"
|
||||||
# for this feature today.
|
|
||||||
#jailer_path = "@FCJAILERPATH@"
|
|
||||||
|
|
||||||
# List of valid jailer path values for the hypervisor
|
# List of valid jailer path values for the hypervisor
|
||||||
# Each member of the list can be a regular expression
|
# Each member of the list can be a regular expression
|
||||||
|
Loading…
Reference in New Issue
Block a user