9 lines
325 B
Python
9 lines
325 B
Python
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
"""Enodia Sentinel — a Linux IDS/IPS/EDR platform.
|
|
|
|
Detection, explicit prevention workflows, file/package integrity, anti-rootkit
|
|
checks, tamper-evidence, forensic snapshots, and operator response. The Python
|
|
re-architecture of the bash v0 prototype.
|
|
"""
|
|
|
|
__version__ = "0.7.0"
|