diff options
Diffstat (limited to 'debian/login.pam')
-rw-r--r-- | debian/login.pam | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/login.pam b/debian/login.pam index 7eed767..0c8d0b6 100644 --- a/debian/login.pam +++ b/debian/login.pam @@ -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 |