diff --git a/rules/os/os_rapid_security_response_allow.yaml b/rules/os/os_rapid_security_response_allow.yaml index cc35c969f..44355ec42 100644 --- a/rules/os/os_rapid_security_response_allow.yaml +++ b/rules/os/os_rapid_security_response_allow.yaml @@ -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')\ diff --git a/rules/os/os_rapid_security_response_removal_disable.yaml b/rules/os/os_rapid_security_response_removal_disable.yaml index 119d4fb11..5a8950059 100644 --- a/rules/os/os_rapid_security_response_removal_disable.yaml +++ b/rules/os/os_rapid_security_response_removal_disable.yaml @@ -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')\