The macOS system must disable Printer Sharing.
An XCCDF Rule
Description
Printer Sharing must be disabled.
- ID
- SV-268530r1034530_rule
- Version
- APPL-15-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