We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2e923c6 + f1da582 commit db83c7cCopy full SHA for db83c7c
kms/mackms/mackms.go
@@ -261,7 +261,7 @@ func (k *MacKMS) CreateKey(req *apiv1.CreateKeyRequest) (*apiv1.CreateKeyRespons
261
flags |= security.KSecAccessControlBiometryCurrentSet
262
}
263
access, err := security.SecAccessControlCreateWithFlags(
264
- security.KSecAttrAccessibleWhenUnlockedThisDeviceOnly,
+ security.KSecAttrAccessibleAfterFirstUnlockThisDeviceOnly,
265
flags,
266
)
267
if err != nil {
0 commit comments