mirror of
https://github.com/systemd/systemd.git
synced 2026-08-10 17:14:31 +00:00
logind: it's OK if a process on an pty requests a session for seat0
After all, if a sudo/su inside an X terminal should get added to the same session as the X session itself.
This commit is contained in:
@@ -415,8 +415,7 @@ static int bus_manager_create_session(Manager *m, DBusMessage *message, DBusMess
|
||||
if (vtnr != 0)
|
||||
return -EINVAL;
|
||||
|
||||
} else if (!isempty(tty) && s && seat_is_vtconsole(s))
|
||||
return -EINVAL;
|
||||
}
|
||||
|
||||
if (s) {
|
||||
if (seat_can_multi_session(s)) {
|
||||
|
||||
Reference in New Issue
Block a user