fixed yams and typos

This commit is contained in:
Dan Brodjieski
2020-09-11 11:22:00 -04:00
parent ba16ef7935
commit 79dc73e0bd
2 changed files with 2 additions and 2 deletions

View File

@@ -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.

View File

@@ -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.