[Bug 232021] zfs cannot mount 'dataset': Insufficient privileges

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Oct 7 19:50:48 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232021

--- Comment #10 from Oleg <supportsobaka at mail.ru> ---
Once again:

As root:

# zfs create -o mountpoint=/tst zroot1/tst
# ls -ld /tst
drwxr-xr-x  2 root  wheel  2 Oct  7 22:43 /tst/
# zfs allow -u bob
clone,create,destroy,diff,hold,mount,mountpoint,quota,receive,send,snapdir,snapshot,userprop,rollback
zroot

Now as bob:

# zfs unmount zroot1/tst - success
# zfs destroy zroot1/tst - success

zfs destroy zroot1/tst without zfs unmount zroot1/tst - also success


I don't see any logic to limit "mount". It looks like a bug or wrong
implementation.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list