mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
MFC r197859:
'aclmode' and 'aclinherit' properties should work as advertised; don't refuse to set them.
This commit is contained in:
parent
1bd4d5ddec
commit
ff6dfec6de
1 changed files with 0 additions and 2 deletions
|
|
@ -1792,8 +1792,6 @@ zfs_prop_set(zfs_handle_t *zhp, const char *propname, const char *propval)
|
|||
switch (prop) {
|
||||
case ZFS_PROP_SHAREISCSI:
|
||||
case ZFS_PROP_DEVICES:
|
||||
case ZFS_PROP_ACLMODE:
|
||||
case ZFS_PROP_ACLINHERIT:
|
||||
case ZFS_PROP_ISCSIOPTIONS:
|
||||
(void) snprintf(errbuf, sizeof (errbuf),
|
||||
"property '%s' not supported on FreeBSD", propname);
|
||||
|
|
|
|||
Loading…
Reference in a new issue