diff --git a/rules/os/os_separate_fuctionality.yaml b/rules/os/os_separate_functionality.yaml similarity index 98% rename from rules/os/os_separate_fuctionality.yaml rename to rules/os/os_separate_functionality.yaml index 115d5284..6aeb8f25 100644 --- a/rules/os/os_separate_fuctionality.yaml +++ b/rules/os/os_separate_functionality.yaml @@ -1,4 +1,4 @@ -id: os_separate_fuctionality +id: os_separate_functionality title: "Must separate user and system functionality" discussion: | Operating system management functionality includes functions necessary for administration and requires privileged user access. Allowing non-privileged users to access operating system management functionality capabilities increases the risk that non-privileged users may obtain elevated privileges.Operating system management functionality includes functions necessary to administer console, network components, workstations, or servers and typically requires privileged user access.The separation of user functionality from information system management functionality is either physical or logical and is accomplished by using different computers, different central processing units, different instances of the operating system, different network addresses, different TCP/UDP ports, virtualization techniques, combinations of these methods, or other methods, as appropriate.An example of this type of separation is observed in web administrative interfaces that use separate authentication methods for users of any other information system resources. This may include isolating the administrative interface on a different security domain and with additional access controls. diff --git a/rules/pwpolicy/pwpolicy_force_password_change.yaml b/rules/pwpolicy/pwpolicy_force_password_change.yaml index 6461edf0..4c765cc3 100644 --- a/rules/pwpolicy/pwpolicy_force_password_change.yaml +++ b/rules/pwpolicy/pwpolicy_force_password_change.yaml @@ -1,4 +1,4 @@ -id: pwpolicy_force_change_password_change +id: pwpolicy_force_password_change title: "Force Password Change at Next Logon" discussion: | The macOS is able to be configured to force users to change their password at next logon.