From 657cec62c0400cc72d16f70bf5d24a3f28ad228c Mon Sep 17 00:00:00 2001 From: Brian Joerger Date: Tue, 12 Nov 2024 06:33:31 -0800 Subject: [PATCH] Update untrusted x11 forwrding test to linux-only. (#48327) --- .github/ISSUE_TEMPLATE/testplan.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/testplan.md b/.github/ISSUE_TEMPLATE/testplan.md index bd5d24885acdd..0da413f93da4c 100644 --- a/.github/ISSUE_TEMPLATE/testplan.md +++ b/.github/ISSUE_TEMPLATE/testplan.md @@ -267,7 +267,8 @@ as well as an upgrade of the previous version of Teleport. - [ ] `tsh ssh -X root@node xeyes` - [ ] Test untrusted vs trusted forwarding - [ ] `tsh ssh -Y server01 "echo Hello World | xclip -sel c && xclip -sel c -o"` should print "Hello World" - - [ ] `tsh ssh -X server01 "echo Hello World | xclip -sel c && xclip -sel c -o"` should fail with "BadAccess" X error + - [ ] (Linux) `tsh ssh -X server01 "echo Hello World | xclip -sel c && xclip -sel c -o"` should fail with "BadAccess" X error + - This test doesn't work with XQuartz as it doesn't seem to enable the X Security Extension. ### User accounting