From 95b58451ca123220d5bfa41e89f6e03141ddab2e Mon Sep 17 00:00:00 2001 From: Juan Ferriz Date: Tue, 2 Apr 2019 12:42:52 +0200 Subject: [PATCH] Fix some typos (#331) --- sca/macos/cis_apple_macOS_10.12.yml | 2 +- sca/macos/cis_apple_macOS_10.13.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sca/macos/cis_apple_macOS_10.12.yml b/sca/macos/cis_apple_macOS_10.12.yml index 4704d6122..e6002943e 100644 --- a/sca/macos/cis_apple_macOS_10.12.yml +++ b/sca/macos/cis_apple_macOS_10.12.yml @@ -106,7 +106,7 @@ checks: title: "Enable \"Set time and date automatically\" (Scored)" description: "Correct date and time settings are required for authentication protocols, file creation, modification dates and log entries. Note: If your organization has internal time servers, enter them here. Enterprise mobile devices may need to use a mix of internal and external time servers. If multiple servers are required use the Date & Time System Preference with each server separated by a space." rationale: "Kerberos may not operate correctly if the time on the Mac is off by more than 5 minutes. This in turn can affect Apple's single sign-on feature, Active Directory logons, and other features." - remediation: "Run the following commands: sudo systemsetup -setnetworktimeserver sudo systemsetup –setusingnetworktime on" + remediation: "Run the following commands: sudo systemsetup -setnetworktimeserver sudo systemsetup -setusingnetworktime on" compliance: - cis: "2.2.1" condition: any diff --git a/sca/macos/cis_apple_macOS_10.13.yml b/sca/macos/cis_apple_macOS_10.13.yml index c94ab7a2d..5ee57c6f0 100644 --- a/sca/macos/cis_apple_macOS_10.13.yml +++ b/sca/macos/cis_apple_macOS_10.13.yml @@ -33,7 +33,7 @@ checks: title: "Verify all Apple provided software is current (Scored)" description: "Software vendors release security patches and software updates for their products when security vulnerabilities are discovered. There is no simple way to complete this action without a network connection to an Apple software repository. Please ensure appropriate access for this control. This check is only for what Apple provides through software update." rationale: "It is important that these updates be applied in a timely manner to prevent unauthorized persons from exploiting the identified vulnerabilities." - remediation: "In Terminal, run the following: softwareupdate -l 2. In Terminal, run the following for any packages that show up in step 1: sudo softwareupdate -i packagename" + remediation: "1. In Terminal, run the following: softwareupdate -l 2. In Terminal, run the following for any packages that show up in step 1: sudo softwareupdate -i packagename" compliance: - cis: "1.1" condition: any @@ -95,7 +95,7 @@ checks: title: "Enable \"Set time and date automatically\" (Scored)" description: "Correct date and time settings are required for authentication protocols, file creation, modification dates and log entries." rationale: "Kerberos may not operate correctly if the time on the Mac is off by more than 5 minutes. This in turn can affect Apple's single sign-on feature, Active Directory logons, and other features." - remediation: "un the following commands: sudo systemsetup -setnetworktimeserver sudo systemsetup –setusingnetworktime on" + remediation: "Run the following commands: sudo systemsetup -setnetworktimeserver sudo systemsetup -setusingnetworktime on" compliance: - cis: "2.2.1" condition: any