Skip to content

3.5.2.9 Ensure nftables service is enabled

Audit#

Run the following command and verify that the nftables service is enabled:

# systemctl is-enabled nftables
enabled

Remediation#

Run the following command to enable the nftables service:

# systemctl enable nftables