1. Home
  2. Security Hardening
  3. NIST MacOS Big Sur V1.4.0 800 53R4 Low
  4. Big Sur – Disable Login to Other User’s Active and Locked Sessions

Big Sur – Disable Login to Other User’s Active and Locked Sessions

Details

The ability to log in to another user’s active or locked session _MUST_ be disabled.

macOS has a privilege that can be granted to any user that will allow that user to unlock active user’s sessions. Disabling the admins and/or user’s ability to log into another user’s active andlocked session prevents unauthorized persons from viewing potentially sensitive and/or personal information.

Solution

Run the following bash code

/usr/bin/security authorizationdb write system.login.screensaver "use-login-window-ui"
----

Supportive Information

The following resource is also helpful.

This security hardening control applies to the following category of controls within NIST 800-53: Access Control, Identification and Authentication.This control applies to the following type of system Unix.

References

Source

Updated on July 16, 2022
Was this article helpful?

Related Articles