Hello!
I'm working on a security software showing basic security hygiene of managed computers and one of the parameters gathered is whether the screensaver is protected with password.
On 10.12 I could read this settings from com.apple.screensaver plist, but starting from 10.13 this plist doesn't contain this value.
I also don't want to use apple script because starting from Mojave it asks for special authorization, and also gives wrong result on 10.13.
Are there any other options in achieving this?
Thanks in advance!