From 30eb357eeeb86d3b9ad0442321a7edc219e3dd6b Mon Sep 17 00:00:00 2001 From: joerger Date: Fri, 1 Nov 2024 14:12:17 -0700 Subject: [PATCH] Update untrusted x11 forwrding test to linux-only. --- .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 9699edc3cb46a..2a6a9c3f43ad7 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