Skip to content

Commit

Permalink
Merge pull request #74 from l-with/fix-Ensure-FileVault-Is-Enabled-fo…
Browse files Browse the repository at this point in the history
…r-macOS_13_14

Fix ensure file vault is enabled for mac os 13 14
  • Loading branch information
TomasTurina authored Sep 3, 2024
2 parents f3e492b + d291285 commit 251fc83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion etc/ruleset/sca/darwin/22/cis_apple_macOS_13.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ checks:
condition: all
rules:
- "c:fdesetup status -> r:^FileVault is On"
- 'c:osascript -l JavaScript -e "osascript -l JavaScript -e "$.NSUserDefaults.alloc.initWithSuiteName(''com.apple.MCX'').objectForKey(''dontAllowFDEDisable'')" -> r:^0$'
- 'c:osascript -l JavaScript -e "$.NSUserDefaults.alloc.initWithSuiteName(''com.apple.MCX'').objectForKey(''dontAllowFDEDisable'')" -> r:^0$'

# 2.6.6 Audit Lockdown Mode (Manual) - Not Implemented
# 2.6.7 Ensure an Administrator Password Is Required to Access System-Wide Preferences. (Manual)
Expand Down
2 changes: 1 addition & 1 deletion etc/ruleset/sca/darwin/23/cis_apple_macOS_14.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ checks:
condition: all
rules:
- "c:fdesetup status -> r:^FileVault is On"
- 'c:osascript -l JavaScript -e "osascript -l JavaScript -e "$.NSUserDefaults.alloc.initWithSuiteName(''com.apple.MCX'').objectForKey(''dontAllowFDEDisable'')" -> r:^0$'
- 'c:osascript -l JavaScript -e "$.NSUserDefaults.alloc.initWithSuiteName(''com.apple.MCX'').objectForKey(''dontAllowFDEDisable'')" -> r:^0$'

# 2.6.7 Audit Lockdown Mode. (Manual) - Not Implemented

Expand Down

0 comments on commit 251fc83

Please sign in to comment.