com.apple.familycontrols.loginwindow.override - Overview of the macOS Authorization Right

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

{
  'class' : 'evaluate-mechanisms',
  'comment' : 'This right is checked when overriding a parental control restriction',
  'mechanisms' : [
    'FamilyControls:invoke',
    'FamilyControls:authenticate',
    'FamilyControls:success'
  ],
  'requirement' : 'identifier "com.apple.parentalcontrolsd" and anchor apple',
  'shared' : 'true',
  'tries' : '10000'
}

macOS 10.6

{
  'class' : 'evaluate-mechanisms',
  'comment' : 'This right is checked when overriding a parental control restriction',
  'mechanisms' : [
    'FamilyControls:invoke',
    'FamilyControls:authenticate',
    'FamilyControls:success'
  ]
}