com.apple.CoreRAID.admin - Overview of the macOS Authorization Right

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

{
  'class' : 'rule',
  'comment' : 'Used by CoreRAID to allow access to administration functions of RAID devices',
  'requirement' : 'identifier "com.apple.CoreRAIDServer" and anchor apple',
  'rule' : [
    'root-or-entitled-admin-or-authenticate-admin'
  ]
}

macOS 10.6

{
  'allow-root' : 'true',
  'class' : 'user',
  'comment' : 'Used by CoreRAID to allow access to administration functions of RAID devices',
  'group' : 'admin',
  'shared' : 'false'
}

macOS 10.7 / 10.8

{
  'allow-root' : 'true',
  'class' : 'rule',
  'comment' : 'Used by CoreRAID to allow access to administration functions of RAID devices',
  'rule' : 'root-or-entitled-admin-or-authenticate-admin',
  'shared' : 'false'
}