{% extends "base.html" %} {% block title %}LASSO — System Check{% endblock %} {% block breadcrumb %}
LASSO requires specific system capabilities for full sandbox isolation. Missing capabilities degrade to software-level enforcement.
Primary container backend for full OS-level isolation
Rootless alternative to Docker, DORA-compliant
Required for unprivileged sandbox creation
Filesystem isolation with read-only mounts and hidden paths
Process isolation prevents agents from seeing host processes
Network isolation with iptables-based controls
Resource limits for memory, CPU, and process counts
All kernel capabilities and at least one container runtime detected. LASSO can provide maximum sandbox isolation.
Some kernel capabilities missing for native isolation fallback. Container mode will provide full isolation.
No container runtime detected. Install Docker or Podman for full container-based sandbox isolation.
LASSO will fall back to software-level enforcement (command gate + environment sanitization). For production use, install Docker/Podman and ensure kernel namespace support.