]> git.proxmox.com Git - mirror_zfs.git/commit
Fix 'zfs allow' for create time permissions
authorLOLi <loli10K@users.noreply.github.com>
Thu, 6 Sep 2018 20:11:21 +0000 (22:11 +0200)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 6 Sep 2018 20:11:21 +0000 (13:11 -0700)
commit0238a9755b07d1a2705e970f5c09fb7fa261ea5d
tree529db628c180b9399784df53c8b9aaadd2a0bced
parentcc99f275a28c43fe450a66a7544f73c4935f7361
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 <behlendorf1@llnl.gov>
Reviewed-by: George Melikov <mail@gmelikov.ru>
Signed-off-by: loli10K <ezomori.nozomu@gmail.com>
Closes #7519
Closes #7860
cmd/zfs/zfs_main.c
man/man8/zfs.8
tests/runfiles/linux.run