1
0
Fork 0

Disabling motd for login.

Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
Daniel Baumann 2025-06-22 09:00:27 +02:00
parent 08b94daa5e
commit 93d19ccfe6
Signed by: daniel.baumann
GPG key ID: BCC918A2ABD66424

4
debian/login.pam vendored
View file

@ -30,8 +30,8 @@ session required pam_loginuid.so
# (Replaces the `MOTD_FILE' option in login.defs)
# This includes a dynamically generated part from /run/motd.dynamic
# and a static (admin-editable) part from /etc/motd.
session optional pam_motd.so motd=/run/motd.dynamic
session optional pam_motd.so noupdate
#session optional pam_motd.so motd=/run/motd.dynamic
#session optional pam_motd.so noupdate
# SELinux needs to intervene at login time to ensure that the process
# starts in the proper default security context. Only sessions which are