Skip to content

Commit

Permalink
2.3.2
Browse files Browse the repository at this point in the history
Removing level 1 here, to be true to the benchmark/script.  Left in at Level 2 and Level 1.5
  • Loading branch information
krispayne authored Nov 30, 2016
1 parent 96271d8 commit c3e827f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ElCapitan_CIS.sh
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ systemPreferences() {
# 2.3.2 Secure screen saver corners
# Level 2 Scored, Level 1.5 Not Scored
# Take a "clear-all" approach here, as 2.3.4 sets an active corner for enabling screensaver.
if [[ ${CISLEVEL} = "2" ]] || [[ ${CISLEVEL} = "1.5" ]] || [[ ${CISLEVEL} = "1" ]]; then
if [[ ${CISLEVEL} = "2" ]] || [[ ${CISLEVEL} = "1.5" ]]; then
ScriptLogging " Setting all corners to '1'..."
user_template com.apple.dock wvous-tl-corner 1
user_template com.apple.dock wvous-tr-corner 1
Expand Down

0 comments on commit c3e827f

Please sign in to comment.