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\" \ 'logo' rowspan='2'>cgit logo index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/text-editors.scm
AgeCommit message (Expand)Author
2021-01-14gnu: jucipp: Update to 1.6.2....* gnu/packages/text-editors.scm (jucipp): Update to 1.6.2. Tobias Geerinckx-Rice