0xmachos / Lockdown

Forked from https://bitbucket.org/objective-see/lockdown
1 stars 0 forks source link

Ensure screen locks immediately when requested broken #7

Open 0xmachos opened 6 years ago

0xmachos commented 6 years ago

As noted in #6 the whole com.apple.screensaver appears to have totally changed in High Sierra.

- title: "Ensure screen locks immediately when requested"
  check_command: |
    defaults read com.apple.screensaver askForPasswordDelay | grep "0"
  fix_command: |
    defaults write com.apple.screensaver askForPasswordDelay -int 0
  enabled: true