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

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Oct 7 18:44:39 UTC 2018


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

--- Comment #8 from Yuri Pankov <yuripv at yuripv.net> ---
Ugh.. destroy being successful looks like real bug here, you need to be able to
unmount and we have the following in mount(2):

     The unmount() system call may fail with one of the following errors:

     [EPERM]            The caller is neither the super-user nor the user who
                        issued the corresponding mount() call.

...but it succeeds when the caller is not super-user nor it is the one who
issued the mount() call.

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


More information about the freebsd-bugs mailing list