{% extends 'base.html' %} {% load bootstrap %} {% block content %}

Osquery

{% if perms.osquery.view_pack %}

Packs

{% endif %} {% if perms.osquery.view_query %}

Queries

{% endif %} {% if perms.osquery.view_distributedquery %}

Runs

{% endif %} {% if perms.osquery.view_configuration %}

Configurations

{% endif %} {% if perms.osquery.view_automatictableconstruction %}

Automatic table constructions

{% endif %} {% if perms.osquery.view_filecategory %}

File categories

{% endif %}
{% endblock %} {% block extrajs %} {% endblock %}