Skip to content

3.5.2.1 Ensure nftables is installed

Audit#

Run the following command to verify that nftables is installed:

# dpkg-query -s nftables | grep 'Status: install ok installed'
Status: install ok installed

Remediation#

Run the following command to install nftables:

# apt install nftables