diff options
author | LOLi <[email protected]> | 2018-09-06 22:11:21 +0200 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2018-09-06 13:11:21 -0700 |
commit | 0238a9755b07d1a2705e970f5c09fb7fa261ea5d (patch) | |
tree | 529db628c180b9399784df53c8b9aaadd2a0bced /man | |
parent | cc99f275a28c43fe450a66a7544f73c4935f7361 (diff) |
Fix 'zfs allow' for create time permissions
When no permission set is defined for a dataset the create time
permissions are incorrectly shown as if they were a permission set.
This change simply correct how allow permissions are displayed.
This commit also fixes a small manpage formatting issue and adds the
"zfs_allow_003_pos" test case to the ZFS Test Suite.
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: George Melikov <[email protected]>
Signed-off-by: loli10K <[email protected]>
Closes #7519
Closes #7860
Diffstat (limited to 'man')
-rw-r--r-- | man/man8/zfs.8 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/man/man8/zfs.8 b/man/man8/zfs.8 index 935d19c32..00196d9bd 100644 --- a/man/man8/zfs.8 +++ b/man/man8/zfs.8 @@ -4049,7 +4049,8 @@ command restricts modifications of the global namespace to the root user. .Ar perm Ns | Ns @ Ns Ar setname Ns Oo , Ns Ar perm Ns | Ns @ Ns .Ar setname Oc Ns ... .Ar filesystem Ns | Ns Ar volume -.br +.Xc +.It Xo .Nm .Cm allow .Op Fl dl @@ -4232,7 +4233,8 @@ and can be no more than 64 characters long. .Oo Ar perm Ns | Ns @ Ns Ar setname Ns Oo , Ns Ar perm Ns | Ns @ Ns .Ar setname Oc Ns ... Oc .Ar filesystem Ns | Ns Ar volume -.br +.Xc +.It Xo .Nm .Cm unallow .Op Fl dlr |