~ruther/guix-local

ref: f0fbccf8089dde77893b2bef05abf6f3dbf0d55c guix-local/gnu/packages/patches/linux-pam-unix_chkpwd.patch -rw-r--r-- 393 bytes
f0fbccf8 — Sughosha gnu: kstatusnotifieritem: Update to 6.18.0. 4 months ago
                                                                                
1
2
3
4
5
6
7
8
9
unix_chkpwd is designed to have a suid bit, but it's not possible to set it
for files in the store.  This patch tells unix_pam.so to look for
unix_chkpwd in setuid program directory on Guix System.

--- a/modules/pam_unix/Makefile.in
+++ b/modules/pam_unix/Makefile.in
@@ -651,1 +651,1 @@
-	-DCHKPWD_HELPER=\"$(sbindir)/unix_chkpwd\" \
+	-DCHKPWD_HELPER=\"/run/setuid-programs/unix_chkpwd\" \