com.apple.ZFSManager. - Overview of the macOS Authorization Right

macOS 10.9 / 10.10 / 10.11 / 10.12 / 10.14

{
  'class' : 'rule',
  'comment' : 'Used by zfsmanager to allow access to destructive zfs functions',
  'k-of-n' : '1',
  'rule' : [
    'is-root',
    'is-admin',
    'default'
  ]
}

macOS 10.6 / 10.7 / 10.8

{
  'class' : 'rule',
  'comment' : 'Used by zfsmanager to allow access to destructive zfs functions',
  'k-of-n' : '1',
  'rule' : [
    'is-root',
    'is-admin',
    'default'
  ],
  'shared' : 'true'
}