Rule ID
SV-269339r1050221_rule
Version
V1R6
CCIs
The cups package provides printer drivers as well as a print server, webserver, and discovery mechanisms. Removing the package reduces the potential attack surface.
Verify that the cups package is not installed with the following command: $ dnf list –installed cups Error: No matching Packages to list If the "cups" package is installed, this is a finding.
Remove the cups package with the following command: $ dnf remove cups