Comment 2 for bug 1953201

Revision history for this message
Sergio Durigan Junior (sergiodj) wrote (last edit ):

FWIW, the problem happens because of this new check on modules/pam_env/pam_env.c:

https://github.com/linux-pam/linux-pam/blob/master/modules/pam_env/pam_env.c#L317-L320

 if (p[strlen(p)-1] != '\n') {
     D(("_assemble_line: line too long"));
     return -1;
 }

This has been fixed upstream by:

https://github.com/linux-pam/linux-pam/commit/12824dd648b0668968231044ed805d1f3b212d7e