Skip to content

The macOS system must disable Unix-to-Unix Copy Protocol service.

An XCCDF Rule

Description

The system must not have the Unix-to-Unix Copy Protocol (UUCP) service active. UUCP, a set of programs that enable the sending of files between different Unix systems as well as sending commands to be executed on another system, is not essential and must be disabled in order to prevent the unauthorized connection of devices, transfer of information, and tunneling. Note: UUCP service is disabled at startup by default macOS.

ID
SV-259482r958472_rule
Version
APPL-14-002006
Severity
Medium
References
Updated

Remediation Templates

A Manual Procedure

Configure the macOS system to disable Unix-to-Unix copy protocol service with the following command:

/bin/launchctl disable system/com.apple.uucp

The system may need to be restarted for the update to take effect.