mirror of
https://github.com/usnistgov/macos_security.git
synced 2026-02-03 05:53:24 +00:00
os_hibernate_mode_enable Missing hibernatemode (and spelling error) #209
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jmahlman on GitHub.
Originally assigned to: @robertgendler on GitHub.
Summary
The rule
os_hibernate_mode_enableis missing the actual setting forhibernatemode. There is also a spelling error in the discussion.Operating System version
Big Sur, Monterey, ventura
Intel or Apple Silicon
Both
What is the current bug behavior?
The rule does not set the
hibernatemodeto 25 as outlined in the CIS Benchmark.The spelling error in the discussion: "instate" should be instant"
What is the expected correct behavior?
For all Macs,
hibernatemodeshould be set to 25.Relevant logs and/or screenshots
https://workbench.cisecurity.org/sections/1447545/recommendations/2326248
Possible fixes
Spelling error:
NOTE: Hibernate mode will disable instant wake on Apple Silicon laptops.Hibernate mode:
/usr/bin/pmset -a hibernatemode 25@golbiga commented on GitHub:
merged into ventura and will be checked out into others.