com.apple.ZFSManager.
Authorisation Right in macOS
The com.apple.ZFSManager.
authorization right appears in the following versions of macOS.
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'
}
See other macOS Authorization Rights.