python312Packages.vdf: avoid using pname for src.repo
[NixPkgs.git] / pkgs / os-specific / linux / pam / suid-wrapper-path.patch
bloba427ccf388162fe3bd5b3246ef489eefe7129018
1 It needs the SUID version during runtime, and that can't be in /nix/store/**
2 --- a/modules/pam_unix/Makefile.am
3 +++ b/modules/pam_unix/Makefile.am
4 @@ -21 +21 @@
5 - -DCHKPWD_HELPER=\"$(sbindir)/unix_chkpwd\" \
6 + -DCHKPWD_HELPER=\"/run/wrappers/bin/unix_chkpwd\" \