Re: PAM module for loading ZFS keys on login

From: Greg via freebsd-current <freebsd-current_at_freebsd.org>
Date: Sun, 05 Sep 2021 15:27:28 UTC

On September 5, 2021 4:54:26 PM GMT+03:00, Eric McCorkle <eric@metricspace.net> wrote:
>All,
>
>This patch creates a new PAM module that will load a ZFS key upon a
>successful login: https://reviews.freebsd.org/D31844.  It will use the
>user's auth token as the key argument to loading a ZFS encryption key on
>a user-specific ZFS data set.

There's already an upstream module which I've attached to the build in https://reviews.freebsd.org/D28018

Any particular reason to write a custom one?