mcst-linux-kernel/patches-2024.06.26/openssh-9.1p1/0001-Trusted-X11-forwarding...

16 lines
472 B
Diff

Subject: trusted X11 forwarding even with -X option
Bug: 115961
Tags: common
--- a/readconf.c 2023-01-10 18:05:04.752863804 +0300
+++ b/readconf.c 2023-01-10 18:05:51.120864764 +0300
@@ -2462,7 +2462,7 @@
if (options->forward_x11 == -1)
options->forward_x11 = 0;
if (options->forward_x11_trusted == -1)
- options->forward_x11_trusted = 0;
+ options->forward_x11_trusted = 1;
if (options->forward_x11_timeout == -1)
options->forward_x11_timeout = 1200;
/*