|
|
|
|
|
by dashesyan
3477 days ago
|
|
I've had this in my .profile for years: alias sleepsafe='sudo pmset -a destroyfvkeyonstandby 1 hibernatemode 25'
alias sleepfast='sudo pmset -a hibernatemode 0'
alias sleepdefault='sudo pmset -a hibernatemode 3'
Whenever I travel or need to leave my laptop, I always run `sleepsafe`, which will delete the key from memory and hibernate the computer when I close the lid. It has the added benefit of saving battery life.Day-to-day, I use `sleepfast`, which is faster than the default hybrid sleep, because it doesn't spend time copying the contents of memory to disk. I very rarely switch to `sleepdefault` which is the insecure and slower hybrid sleep. This has been a known issue for years
http://osxdaily.com/2013/07/06/maximize-filevault-security-d...
https://nakedsecurity.sophos.com/2012/02/02/filevault-encryp... |
|
Edit: After some time and some tries, idk why but it started working.
Commands that I used:
$ sudo pmset -a darkwakes 0
$ sudo pmset -a standby 0
$ sudo pmset -a standbydelay 0
Also check that powernap is disabled.