UCF STIG Viewer Logo

Automatic actions must be disabled for blank DVDs.


Overview

Finding ID Version Rule ID IA Controls Severity
V-25606 OSX00341 M6 SV-37333r1_rule ECCD-1 High
Description
To secure CDs and DVDs (blank), do not allow the computer to perform automatic actions when the user inserts a disc. When disabling automatic actions in System Preferences, these actions must be disabled for every user account on the computer.
STIG Date
MAC OSX 10.6 Workstation Security Technical Implementation Guide 2013-04-09

Details

Check Text ( C-36024r1_chk )
Open a terminal session and enter the following command.

defaults read /Library/Preferences/com.apple.digihub com.apple.digihub.blank.dvd.appeared -dict

If the action value is not set to "1", this is a finding.
Fix Text (F-31271r1_fix)
Open a terminal session and enter the following command.

defaults write /Library/Preferences/com.apple.digihub com.apple.digihub.blank.dvd.appeared -dict action 1