{% extends "base.html" %} {% block title %}LASSO — New Profile{% endblock %} {% block breadcrumb %}
  • {% endblock %} {% block content %} {% if error %} {% endif %}
    1 Choose a Base
    2 Name & Describe
    3 Customize & Save
    {{ csrf_token() }}

    Step 1: Choose a Starting Point

    Pick a base profile to start from. You can customize everything in the next step.

    Step 2: Name Your Profile

    Give your profile a clear name so your team knows when to use it.

    Use lowercase with hyphens. This cannot be changed later.

    Step 3: Customize Settings

    These are pre-filled from your chosen base. Adjust as needed.

    Command Filter Mode

    Commands

    Core

    {% for cmd in ['ls', 'cat', 'head', 'tail', 'grep', 'find', 'wc', 'sort', 'diff', 'echo', 'test'] %} {% endfor %}

    Development

    {% for cmd in ['python3', 'pip', 'git', 'node', 'npm', 'make', 'cargo', 'go'] %} {% endfor %}

    Network use with caution

    {% for cmd in ['curl', 'wget'] %} {% endfor %}

    Network Access

    Resource Limits

    512MB16GB
    10%100%

    Audit Settings

    {% endblock %} {% block scripts %} {% endblock %}