[Bug 284670] Handbook fails to list limitations of `zfs allow mount`
Date: Sun, 20 Apr 2025 12:18:09 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284670
Benedict Reuschling <bcr@FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bcr@FreeBSD.org
Resolution|--- |Unable to Reproduce
Status|New |Closed
--- Comment #1 from Benedict Reuschling <bcr@FreeBSD.org> ---
The handbook does mention both the vfs.usermount and the owning of the target
directory:
```
# sysctl vfs.usermount=1
vfs.usermount: 0 -> 1
# echo vfs.usermount=1 >> /etc/sysctl.conf
# zfs create recvpool/backup
# zfs allow -u someuser create,mount,receive recvpool/backup
# chown someuser /recvpool/backup
That should be all that is needed. I'm closing this PR, perhaps someone else
fixed it in the meantime.
--
You are receiving this mail because:
You are the assignee for the bug.