We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c34f2d0 commit 4d06e52Copy full SHA for 4d06e52
systemd-run-tty.txt
@@ -16,7 +16,7 @@ v256 that is based on the existing policykit and d-bus based "systemd-run"
16
transient service execution. The code in "src/run/run.c" on line 1673
17
creates a PTY master and slave used for this process, and the slave
18
name is passed to unlockpt() on line 1689. This allows any process to
19
-connect to "/dev/pts/0" interface as a slave, this interface is created
+connect to e.g. "/dev/pts/4" slave interface, this interface is created
20
under the local user context executing "systemd-run". The code subsequently
21
uses a PTY forwarder (src/shared/ptyfwd.c) and d-bus once authentication
22
by policykit is approved, the slave end of the pty created will be
0 commit comments