The command we are using to prevent users other than the logged in user to unlock their screen is:
security authorizationdb write system.login.screensaver authenticate-session-user
My question is does anyone know what file is being changed so that we can monitor if the above command gets reverted back to the original state which is the command below:
security authorizationdb write system.login.screensaver authenticate-admin-or-owner
I've already looked in the authorization.plist in /System/Library/Security but it doesn't look like that controls this command.
