X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fsystemd.git;a=blobdiff_plain;f=src%2Flogin%2Fpam_systemd.c;fp=src%2Flogin%2Fpam_systemd.c;h=16f42895854df7fa5ec58c3bf5eb4728e1e680e0;hp=525b2a0393f1a5ff386d766cae7939d2a291845e;hb=cc832f977208a020cdef133b8f44d00040802b81;hpb=63b7e7b4ba649e058be77fd9e8e565f39eda513e diff --git a/src/login/pam_systemd.c b/src/login/pam_systemd.c index 525b2a0393f..16f42895854 100644 --- a/src/login/pam_systemd.c +++ b/src/login/pam_systemd.c @@ -468,7 +468,7 @@ static bool validate_runtime_directory(pam_handle_t *handle, const char *path, u /* Some extra paranoia: let's not set $XDG_RUNTIME_DIR if the directory we'd set it to isn't actually * set up properly for us. This is supposed to provide a careful safety net for supporting su/sudo * type transitions: in that case the UID changes, but the session and thus the user owning it - * doesn't change. Since the $XDG_RUNTIME_DIR life-cycle is bound to the session's user being logged + * doesn't change. Since the $XDG_RUNTIME_DIR lifecycle is bound to the session's user being logged * in at least once we should be particularly careful when setting the environment variable, since * otherwise we might end up setting $XDG_RUNTIME_DIR to some directory owned by the wrong user. */