Module server_forge::security
source · Expand description
§Security Module
This module provides functions for implementing various security measures on a Linux server. It includes functionality for configuring Fail2Ban, setting up advanced security measures (SELinux or AppArmor), implementing rootkit detection, and scheduling regular security scans.
Functions§
- Configures and starts the Fail2Ban service.
- Implements all security measures based on the provided configuration.
- Sets up advanced security measures based on the Linux distribution.
- Sets up rootkit detection tools (rkhunter and chkrootkit).
- Sets up regular security scans using rkhunter and chkrootkit.