The macOS system must disable CD/DVD Sharing.
Severity | Group ID | Group Title | Version | Rule ID | Date | STIG Version |
|---|---|---|---|---|---|---|
| medium | V-268520 | SRG-OS-000095-GPOS-00049 | APPL-15-002130 | SV-268520r1034500_rule | 2025-05-05 | 1 |
| Description |
|---|
| CD/DVD Sharing must be disabled. |
| ℹ️ Check |
|---|
| Verify the macOS system is configured to disable CD/DVD Sharing with the following command: /usr/bin/pgrep -q ODSAgent; /bin/echo $? If the result is not "1", this is a finding. |
| ✔️ Fix |
|---|
| Configure the macOS system to disable CD/DVD Sharing with the following command: /bin/launchctl unload /System/Library/LaunchDaemons/com.apple.ODSAgent.plist |