From cb19dbb97f062a09a61a0be5f7ebf1e4cda7fb78 Mon Sep 17 00:00:00 2001 From: Mike Yuan Date: Sat, 27 Sep 2025 00:58:54 +0200 Subject: [PATCH] pam_systemd: correct alignment Follow-up for cf2630acaa87ded5ad99ea30ed4bd895e71ca503 --- src/login/pam_systemd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/login/pam_systemd.c b/src/login/pam_systemd.c index f4e237dd2a6..52f212757a6 100644 --- a/src/login/pam_systemd.c +++ b/src/login/pam_systemd.c @@ -928,7 +928,7 @@ static void session_context_mangle( c->type = "unspecified"; if (isempty(c->class)) c->class = IN_SET(user_record_disposition(ur), USER_INTRINSIC, USER_SYSTEM, USER_DYNAMIC) ? - "manager-early" : "manager"; + "manager-early" : "manager"; c->tty = NULL; } else if (c->tty && strchr(c->tty, ':')) {