system.keychain.create.loginkc - Overview of the macOS Authorization Right

macOS 10.9 / 10.10 / 10.11 / 10.12 / 10.13 / 10.14

{
  'class' : 'evaluate-mechanisms',
  'comment' : 'Used by the Security framework when you add an item to an unconfigured default keychain.',
  'mechanisms' : [
    'loginKC:queryCreate',
    'loginKC:showPasswordUI'
  ],
  'shared' : 'false',
  'tries' : '10000',
  'version' : '1'
}

macOS 10.6 / 10.7 / 10.8

{
  'allow-root' : 'false',
  'class' : 'evaluate-mechanisms',
  'comment' : 'Used by the Security framework when you add an item to an unconfigured default keychain.',
  'mechanisms' : [
    'loginKC:queryCreate',
    'loginKC:showPasswordUI',
    'authinternal'
  ],
  'session-owner' : 'true',
  'shared' : 'false'
}