{% extends "base.html" %} {% block title %}LASSO — Profile: {{ profile.name }}{% endblock %} {% block breadcrumb %}
{{ profile.description }}
{% endif %}Blocklist mode: any command not explicitly blocked is permitted.
{% endif %}Pipes (|), chaining (&&), and redirects (>) are allowed.
Unrestricted internet access.
{% endif %}
Read/write in {{ profile_data.filesystem.working_dir }}
{% if profile_data.commands.max_execution_seconds %}
— max {{ profile_data.commands.max_execution_seconds }}s per command
{% endif %}
Everything not in the allowed list above is blocked.
{% elif profile_data.commands.mode == 'blacklist' and profile_data.commands.blacklist %} {% else %}No specific commands are blocked.
{% endif %}{{ cmd }}
{% for pattern in patterns %}
{{ pattern }}
{% endfor %}
No network access at all (fully isolated).
{% elif profile_data.network.mode == 'restricted' %}All domains not in the allowed list are blocked. Private networks and databases are unreachable.
{% endif %} {% if profile_data.network.blocked_cidrs %}System paths are read-only:
Hidden from the sandbox:
Default filesystem restrictions apply.
{% endif %}Pipes, chaining, and redirects are blocked.