diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2013-10-28 00:09:49 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2014-02-25 13:17:31 +0100 |
commit | 7ffc398e1c386925826c42a30ff10ae84e79378f (patch) | |
tree | 5f3b9a4e2e5b846f51662a8a2f19f7a6ac18ed4a | |
parent | 8652551b31d8e1cf04523c123515c56b58b63d2f (diff) | |
download | web-7ffc398e1c386925826c42a30ff10ae84e79378f.tar.gz web-7ffc398e1c386925826c42a30ff10ae84e79378f.tar.bz2 web-7ffc398e1c386925826c42a30ff10ae84e79378f.zip |
hurd/translator/term: Terminal leak is related to privilege separation.
-rw-r--r-- | hurd/translator/term.mdwn | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/hurd/translator/term.mdwn b/hurd/translator/term.mdwn index 667677a7..78c83276 100644 --- a/hurd/translator/term.mdwn +++ b/hurd/translator/term.mdwn @@ -24,6 +24,10 @@ The *term* translator implements POSIX termios discipline. <braunr> good news <braunr> the terminal leak is related to privilege separation + +[[tschwinge]] confirming (using `ssh -t [machine] tty`) that with privilege +separation enabled there is this problem, and once disabled it goes away. + <atheia> I love how, as an unknowing by-stander, that is somehow good news :-) <braunr> :) @@ -38,6 +42,9 @@ The *term* translator implements POSIX termios discipline. <atheia> ah, yes, both definitely good news. Congrats on the progress. <braunr> i remember we used to disable privilege separation in the past <braunr> i'll have to dig what made us use it + +[[news/2010-09]]. + <braunr> interesting, screen seems to be affected nonetheless <braunr> so it's something common to both screen and ssh privsep <braunr> apparently, what sshd+privse and screen have in common is a fifo |