Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clipboard: don't allow -clipboard command line option to be overridden from client-side (via nx/nx options) #1020

Open
sunweaver opened this issue Aug 2, 2021 · 2 comments

Comments

@sunweaver
Copy link
Member

This is a reminder bug for me to investigate this closer after the massive clipboard PR (#1018 ) has been merged.

We should not support override the -clipboard cmd line option via nx/nx options. If we do, we need to discuss this.

Either, -clipboard has precendence over the nx/nx clipboard option, which means the server admin can overrule the client options entirely.

Or, we add another cmdline option to nxagent, e.g. -clipboard-force-server-setting (bad option name, but explaing what it should do).

This related to https://bugs.x2go.org/1552 and should be addressed outside of X2Go Server (i.e. in nx-libs and x2gokdrive Xserver).

@sunweaver
Copy link
Member Author

However, another corner case is an open nxagent / X2Go Server regarding the clipboard (i.e. clipboard=both), but a client that does not want to leak client-side clipboard information into the nxagent / X2Go session. This should also be considered when checking the above.

@uli42
Copy link
Member

uli42 commented Aug 2, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants