{% extends "base.html" %} {% block title %}LASSO — System Check{% endblock %} {% block breadcrumb %}
This page verifies that your system has everything LASSO needs. You normally don't need to check this — it's here for troubleshooting.
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 system capabilities detected. LASSO can provide full sandbox isolation. No action needed.
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 filtering + environment sanitization). For production use, install Docker or Podman and ensure kernel namespace support.