aboutsummaryrefslogtreecommitdiff
path: root/cddl/lib/Makefile
diff options
context:
space:
mode:
authorGreg V <greg_unrelenting.technology>2021-03-02 11:01:14 +0000
committerRyan Moeller <freqlabs@FreeBSD.org>2021-03-02 12:26:59 +0000
commitee21ee1572d40a3b74f18638dae38c1a9ad1e9e3 (patch)
tree9cbeb7d445f57ccf15e383e8823463e8f67a5ae6 /cddl/lib/Makefile
parent99adf230061268175a36061130e6adb0882270e8 (diff)
downloadsrc-ee21ee1572d40a3b74f18638dae38c1a9ad1e9e3.tar.gz
src-ee21ee1572d40a3b74f18638dae38c1a9ad1e9e3.zip
openzfs: attach pam_zfs_key to build
This PAM module allows unlocking encrypted user home datasets when logging in (and changing passphrase when changing the account password), see https://github.com/openzfs/zfs/pull/9903 Also supposed to unload the key when the last session for the user is done, but there are EBUSY issues: https://github.com/openzfs/zfs/issues/11222#issuecomment-731897858 Submitted by: Greg V <greg_unrelenting.technology> Reviewed by: mm MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D28018
Diffstat (limited to 'cddl/lib/Makefile')
-rw-r--r--cddl/lib/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/cddl/lib/Makefile b/cddl/lib/Makefile
index 2f360a8684a2..ae6862f70443 100644
--- a/cddl/lib/Makefile
+++ b/cddl/lib/Makefile
@@ -17,7 +17,8 @@ SUBDIR= drti \
${_libzfs} \
${_libzfsbootenv} \
${_libzpool} \
- ${_libzutil}
+ ${_libzutil} \
+ ${_pam_zfs_key}
SUBDIR.${MK_TESTS}+= tests
@@ -30,6 +31,9 @@ _libzutil= libzutil
_libzfsbootenv= libzfsbootenv
_libzpool= libzpool
_libtpool= libtpool
+.if ${MK_OPENSSL} != "no"
+_pam_zfs_key= pam_zfs_key
+.endif
.endif
SUBDIR_DEPEND_libctf= libspl
@@ -41,6 +45,7 @@ SUBDIR_DEPEND_libzfs= libavl libnvpair libumem libuutil libzfs_core libzutil
SUBDIR_DEPEND_libzpool= libavl libnvpair libumem libicp
SUBDIR_DEPEND_libzutil= libavl libtpool
SUBDIR_DEPEND_libzfsbootenv= libzfs libnvpair
+SUBDIR_DEPEND_pam_zfs_key= libnvpair libuutil libzfs libzfs_core
SUBDIR_PARALLEL=