| Message ID | 28cfcf5e-2218-49bc-975b-365ae4117934@gmail.com |
|---|---|
| State | New |
| Headers | show |
| Series | [meta-selinux,scarthgap] shadow: remove dependency on pam-plugin-lastlog | expand |
diff --git a/recipes-extended/shadow/files/pam.d/login b/recipes-extended/shadow/files/pam.d/login index ec5bba9..1c3659e 100644 --- a/recipes-extended/shadow/files/pam.d/login +++ b/recipes-extended/shadow/files/pam.d/login @@ -64,10 +64,6 @@ auth optional pam_group.so # (Replaces the use of /etc/limits in old login) session required pam_limits.so -# Prints the last login info upon succesful login -# (Replaces the `LASTLOG_ENAB' option from login.defs) -session optional pam_lastlog.so - # Prints the motd upon succesful login # (Replaces the `MOTD_FILE' option in login.defs) session optional pam_motd.so