mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-27 20:29:39 +02:00
[pitboss] phase 20: Track E.4 + E.5 — Firecracker skeleton + non-vacuous sandbox-escape suite
This commit is contained in:
parent
1d9b4c688f
commit
f8bff38217
18 changed files with 962 additions and 2 deletions
|
|
@ -456,7 +456,7 @@ fn uses_docker_backend(opts: &SandboxOptions) -> bool {
|
|||
match opts.backend {
|
||||
SandboxBackend::Docker => true,
|
||||
SandboxBackend::Auto => sandbox::docker_available(),
|
||||
SandboxBackend::Process => false,
|
||||
SandboxBackend::Process | SandboxBackend::Firecracker => false,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue