You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
os_log("WARNING!!!!!! GenerateNewKey is set to True, but it's a Managed Preference, you probably don't want to do this. Please change to a non Managed value.", log:Check.log, type:.error)
82
+
self.needsEncryption =false
83
+
_ =allowLogin()
84
+
return;
85
+
}
77
86
// If key is missing from disk and we aren't supposed to remove it we should generate a new key...
78
-
os_log("Key is missing at %{public}@, and RemovePlist is False. And RotateKey is True, Attempting to generate a new key...", log:Check.log, type:.error,String(describing: filepath))
87
+
os_log("Conditions for making a new key have been met. Attempting to generate a new key...", log:Check.log, type:.default)
(Introduced in version 3.2.0) This is a command that is run after Crypt has detected an error condition with a stored key that cannot be resolved silently - either it has failed validation or the server has instructed the client to rotate the key. These cannot be resolved silently on APFS volumes, so the user will need to log in again. If you have a tool that can enforce a logout or a reboot, you can run it here. This preference can either be a string if your command has no spaces, or an array if there are spaces in the command.
0 commit comments