mirror of
https://github.com/systemd/systemd
synced 2025-10-06 00:13:24 +02:00
@@ -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, ':')) {
|
||||
|
Reference in New Issue
Block a user