Hacker News new | ask | show | jobs
by JohnMakin 1074 days ago
yep definitely pulled this move before. Probably on a laptop because it is the only thing that has permissions to do whatever insanely janky thing it’s doing.
1 comments

Sounds like something probably in the System keychain, that's not getting unlocked when the user is logged out.

Incidentally, the command to unlock the system keychain (eg in a cronjob) is:

  systemkeychain -vt
That doesn't seem to be widely known, and is very useful for things like build jobs. ;)