Skip to content
Commit 732dd812 authored by Fabian Vogt's avatar Fabian Vogt
Browse files

SuProcess: Disable echo in the PTY before starting sudo

Recent versions of sudo have use_pty enabled by default, which means that sudo
creates a PTY for starting the user process inside after successful
authentication. This PTY inherits the configuration of sudo's TTY, but later
changes are not transferred. Make sure that echo is already disabled when sudo
is started, as disabling it later has no effect on the nested PTY.

BUG: 452532
parent 79c9724f
Pipeline #453108 failed with stage
in 32 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment