Isolation Mechanisms

The four kernel-level controls inside the Sandbox Executor. Click for detail.

4 result(s)

Linux Namespace

Isolates what a process can SEE — PID / Network / Mount / UTS and more.

PIDNetworkMountUTS

Seccomp-BPF

A syscall firewall: rejects forbidden system calls before they run.

syscallBPFattack-surface

Cgroups

Caps how MUCH a process can use — CPU / Memory / I/O / PIDs.

CPUMemoryI/OPIDs

Timeout control

Kills runaway jobs so nothing squats on resources forever.

wall-clockauto-killcleanup