Bugzilla – Bug 159797
Please document that sudo won't be able to start X applications in 10.1
Last modified: 2006-03-24 15:58:49 UTC
Can you please add a note to the release notes that sudo in 10.1 has been changed to not start X applications by default anymore? Please see the discussion in BUG#159599 for details. As this is a noticable change in behaviour, it should be clearly documented. Thanks!
Agreed.
I'll add this section: <!-- bug 159599 --> <sect3 status="2006-03-22" id="sudo-x"> <title>sudo without X Forwarding</title> <para> For security reasons, <command>sudo</command> does no longer X forwarding. If you want to start an X program such as &yast; that requires <systemitem>root</systemitem> permissions, either become <systemitem>root</systemitem> first using <command>su</command> or call it via <command>ssh</command> as follows:</para> <para> <literal>ssh -X -l root localhost yast2</literal></para> </sect3>
-> /work