[Bug 263234] Add support for OpenZFS encryption to adduser

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 31 Oct 2023 19:18:22 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263234

Xin LI <delphij@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |delphij@FreeBSD.org

--- Comment #3 from Xin LI <delphij@FreeBSD.org> ---
(In reply to John Grafton from comment #2)
This should really be an opt-out feature instead of an opt-in one (in other
words, if `zfs list -o name "${homeprefix}" 2>/dev/null` returned a dataset,
then ZFS should be used, unless the administrator specified otherwise).

And the ZFS options should be mostly inherited from the parent, especially
`mountpoint`.  It can cause a lot of problem when the system is being backed up
to a remote one with `zfs send`.  For compression, atime, etc. it's usually
specified by the parent instead of being set individually, therefore I'd
recommend not providing default for zfs creation options and tell user that
they can say encryption=on, etc. if they choose to.

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