{% extends 'base.html' %} {% block title %}Selinux List{% endblock %} {% block content %}

Selinux List

{% for entry in selinux_entries %} {% endfor %}
Health Hostname Status Mount Root Directory Policy Name Current Mode Configured Mode MSL Status Mem Protect Max Kernel Total Prevented details SE Alerts
{{ entry.hostname }} {{ entry.status }} {{ entry.detected }} {{ entry.mount }} {{ entry.rootdir }} {{ entry.policyname }} {{ entry.current_mode }} {{ entry.configured_mode }} {{ entry.mslstatus }} {{ entry.memprotect }} {{ entry.maxkernel }} {{ entry.total }} {{ entry.success }} {{ entry.failed }} Go to Messages
{% endblock %}