You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FWIW, the latest login upload to unstable (1:4.7-1) dropped support for
/etc/securetty and removed that file on upgrades, due to the numerous
complaints it caused:
This lead to complaints by pam_unix in the system logs on every login,
see #931899. I think it's time to disable pam_securetty by default, it
was useful twenty years ago but it no longer is.
The text was updated successfully, but these errors were encountered:
If distros don't use securetty it shouldn't still matter if the configuration exists. Also to play it safe we should have this conditionally and inspect PAM's configuration for pam_securetty which would introduce unnecessary complexity.
The text was updated successfully, but these errors were encountered: