Skip to content

The macOS system must disable Printer Sharing.

An XCCDF Rule

Description

Printer Sharing must be disabled.

ID
SV-259532r958478_rule
Version
APPL-14-002240
Severity
Medium
References
Updated

Remediation Templates

A Manual Procedure

Configure the macOS system to disable Printer Sharing with the following commands:

/usr/sbin/cupsctl --no-share-printers
/usr/bin/lpstat -p | awk '{print $2}'| /usr/bin/xargs -I{} lpadmin -p {} -o printer-is-shared=false