2022-02-10 20:34:41 +00:00
|
|
|
It needs the SUID version during runtime, and that can't be in /nix/store/**
|
2023-11-16 04:20:00 +00:00
|
|
|
--- a/modules/pam_unix/Makefile.am
|
|
|
|
+++ b/modules/pam_unix/Makefile.am
|
|
|
|
@@ -21 +21 @@
|
2022-02-10 20:34:41 +00:00
|
|
|
- -DCHKPWD_HELPER=\"$(sbindir)/unix_chkpwd\" \
|
|
|
|
+ -DCHKPWD_HELPER=\"/run/wrappers/bin/unix_chkpwd\" \
|