From 1b6bfa682c999804ed424818af516f4a308361d5 Mon Sep 17 00:00:00 2001 From: Jaroslaw Osmanski Date: Fri, 1 Mar 2019 14:46:02 +0100 Subject: [PATCH] Log when outbound copy was rejected because RestrictOutboundClipboard was set --- sesman/chansrv/clipboard.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sesman/chansrv/clipboard.c b/sesman/chansrv/clipboard.c index 1d6357da..5a0854a8 100644 --- a/sesman/chansrv/clipboard.c +++ b/sesman/chansrv/clipboard.c @@ -2527,6 +2527,7 @@ clipboard_xevent(void *xevent) } else { + log_debug("outbound clipboard is restricted because %s is True in config", SESMAN_CFG_RESTRICT_CLIPBOARD); return 1; } break;