Skip to content

Ubuntu 22.04 LTS must have an application firewall enabled.

An XCCDF Rule

Description

Firewalls protect computers from network attacks by blocking or limiting access to open network ports. Application firewalls limit which applications are allowed to communicate over the network.

ID
SV-260516r991593_rule
Version
UBTU-22-251020
Severity
Medium
References
Updated

Remediation Templates

A Manual Procedure

Enable and start the ufw by using the following command:  
  
     $ sudo systemctl enable ufw.service --now