1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2025-12-20 10:28:27 +00:00

Fix linux-pam trying to include disabled pam_lastlog.so on login (#3815)

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.

* buildroot ff563b383d...3784884466 (2):
  > package/linux-pam: adjust login pam file for lastlog
  > package/linux-pam: add menuconfig option to build pam_lastlog.so

Fixes #3789

[1] https://github.com/linux-pam/linux-pam/releases/tag/v1.5.3
This commit is contained in:
Jan Čermák
2025-01-21 18:39:58 +01:00
committed by GitHub
parent 235d7e0a4d
commit af7b36e100