diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/journal/journald-server.c | 2 | ||||
-rw-r--r-- | src/login/systemd-user.m4 | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/src/journal/journald-server.c b/src/journal/journald-server.c index 3224bdbf5f..381182fa2c 100644 --- a/src/journal/journald-server.c +++ b/src/journal/journald-server.c @@ -630,7 +630,7 @@ static bool shall_try_append_again(JournalFile *f, int r) { return true; case -ETXTBSY: /* Journal file is from the future */ - log_warning("%s: Journal file is from the future, rotateing.", f->path); + log_warning("%s: Journal file is from the future, rotating.", f->path); return true; default: diff --git a/src/login/systemd-user.m4 b/src/login/systemd-user.m4 index fe38b24fef..e33963b125 100644 --- a/src/login/systemd-user.m4 +++ b/src/login/systemd-user.m4 @@ -2,6 +2,8 @@ # # Used by systemd --user instances. +account required pam_unix.so + m4_ifdef(`HAVE_SELINUX', session required pam_selinux.so close session required pam_selinux.so nottys open |