Skip to content

Commit

Permalink
Fix some typos (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Ferriz committed Apr 2, 2019
1 parent c54a781 commit 95b5845
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sca/macos/cis_apple_macOS_10.12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <timeserver> sudo systemsetup setusingnetworktime on"
remediation: "Run the following commands: sudo systemsetup -setnetworktimeserver <timeserver> sudo systemsetup -setusingnetworktime on"
compliance:
- cis: "2.2.1"
condition: any
Expand Down
4 changes: 2 additions & 2 deletions sca/macos/cis_apple_macOS_10.13.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 <timeserver> sudo systemsetup setusingnetworktime on"
remediation: "Run the following commands: sudo systemsetup -setnetworktimeserver <timeserver> sudo systemsetup -setusingnetworktime on"
compliance:
- cis: "2.2.1"
condition: any
Expand Down

0 comments on commit 95b5845

Please sign in to comment.