mirror of
https://github.com/usnistgov/macos_security.git
synced 2026-03-03 17:02:01 +00:00
fixed yams and typos
This commit is contained in:
@@ -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.
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user