Skip to content

Commit

Permalink
Fix linux-pam trying to include disabled pam_lastlog.so on login
Browse files Browse the repository at this point in the history
Build of pam_lastlog.so was disabled by updating to v1.5.3 [1] yet the line
wasn't removed from the login modules. In upstream this was resolved by adding
a config option for turning the lastlog module and dynamic disabling of the
line including it. These changes neither a fix removing the config line were
not applied to 2024.02, so cherry-pick them here to fix the issue.

[1] https://github.com/linux-pam/linux-pam/releases/tag/v1.5.3

Fixes #3789
  • Loading branch information
sairon committed Jan 21, 2025
1 parent 64ee535 commit f68652e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildroot

0 comments on commit f68652e

Please sign in to comment.