8 Jun
2020
8 Jun
'20
11:42
http://bugzilla.suse.com/show_bug.cgi?id=1033626 http://bugzilla.suse.com/show_bug.cgi?id=1033626#c8 --- Comment #8 from Thorsten Kukuk <kukuk@suse.com> --- The pam_securetty code: ttyfile = fopen(securettyfile,"r"); if (ttyfile == NULL) { /* Check that we opened it successfully */ pam_syslog(pamh, LOG_ERR, "Error opening %s: %m", securettyfile); return PAM_SERVICE_ERR; } If there is no securetty file, no checks will be done. So if you don't want securetty checks, don't mess around with defaults and the securetty file, don't add the pam_securetty file. -- You are receiving this mail because: You are on the CC list for the bug.