Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions rules/os/os_rapid_security_response_allow.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id: os_rapid_security_response_allow
title: Enforce Rapid Security Response Mechanism
title: Enforce Background Security Improvements Mechanism
discussion: |
Rapid security response mechanism _MUST_ be enabled.
Background security improvements mechanism _MUST_ be enabled.
check: |
/usr/bin/osascript -l JavaScript << EOS
$.NSUserDefaults.alloc.initWithSuiteName('com.apple.applicationaccess')\
Expand Down
4 changes: 2 additions & 2 deletions rules/os/os_rapid_security_response_removal_disable.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id: os_rapid_security_response_removal_disable
title: Disable User Ability from Being Able to Undo Rapid Security Responses
title: Disable User Ability from Being Able to Undo Background Security Improvements
discussion: |
Rapid security response (RSR) mechanism _MUST_ be enabled and the ability for the user to disable RSR _MUST_ be disabled.
Background Security Improvements (BSI) mechanism _MUST_ be enabled and the ability for the user to disable BSI _MUST_ be disabled.
check: |
/usr/bin/osascript -l JavaScript << EOS
$.NSUserDefaults.alloc.initWithSuiteName('com.apple.applicationaccess')\
Expand Down