[Bug 263234] Add support for OpenZFS encryption to adduser

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 12 Apr 2022 06:02:05 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263234

            Bug ID: 263234
           Summary: Add support for OpenZFS encryption to adduser
           Product: Base System
           Version: CURRENT
          Hardware: Any
               URL: https://github.com/freebsd/freebsd-src/tree/main/usr.s
                    bin/adduser
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: bin
          Assignee: bugs@FreeBSD.org
          Reporter: grahamperrin@gmail.com

From
<https://openzfs.github.io/openzfs-docs/man/8/zfs-load-key.8.html#Encryption>: 

> … Creating an encrypted dataset requires specifying the 
> encryption and keyformat properties at creation time, …

– at, not after. 

If possible, please enhance adduser to allow: 

* specification of the required properties at the time of creation of the 
  file system for the home directory.

adduser(8)
<https://www.freebsd.org/cgi/man.cgi?query=adduser&sektion=8&manpath=FreeBSD>

Note, from
<https://www.freebsd.org/cgi/man.cgi?query=passwd&sektion=5&manpath=FreeBSD#BUGS>
for passwd(5): 

> User information should (and eventually will) be stored elsewhere. …

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