Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 07 Oct 2018 19:50:46 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 232021] zfs cannot mount 'dataset': Insufficient privileges
Message-ID:  <bug-232021-227-3jaF9Hw46f@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-232021-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-232021-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help

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

--- Comment #10 from Oleg <supportsobaka@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.


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-232021-227-3jaF9Hw46f>