Skip to main content
Solved

CIS Level 1 - Screesaver doesn't start

  • October 27, 2025
  • 1 reply
  • 76 views

Forum|alt.badge.img+1

Hi everyone,

Has anyone run into a screensaver issue on macOS 15 after enforcing the CIS Level 1 benchmark with Jamf Pro?

When the screen locks (either manually or from inactivity), the background just turns black, and the configured screensaver doesn't start.

If anyone has seen this or knows of a fix, any guidance would be greatly appreciated.

Thanks!

Best answer by nickf

This is due to the “Disable Login to Other User's Active and Locked Sessions” (5.7)

You can fix this and restore the screensaver and ability to unlock with Touch ID by running:

/usr/bin/sudo /usr/bin/defaults write /Library/Preferences/com.apple.loginwindow screenUnlockMode -int 1

https://github.com/usnistgov/macos_security/blob/sequoia/rules/os/os_unlock_active_user_session_disable.yaml#L8

You can also apply that setting with a config profile. Jamf Compliance Benchmarks generates the config profile for you. Jamf Compliance Editor might generate the config profile, but I haven’t personally tried that.

1 reply

Forum|alt.badge.img+1
  • New Contributor
  • Answer
  • October 28, 2025

This is due to the “Disable Login to Other User's Active and Locked Sessions” (5.7)

You can fix this and restore the screensaver and ability to unlock with Touch ID by running:

/usr/bin/sudo /usr/bin/defaults write /Library/Preferences/com.apple.loginwindow screenUnlockMode -int 1

https://github.com/usnistgov/macos_security/blob/sequoia/rules/os/os_unlock_active_user_session_disable.yaml#L8

You can also apply that setting with a config profile. Jamf Compliance Benchmarks generates the config profile for you. Jamf Compliance Editor might generate the config profile, but I haven’t personally tried that.