Log when outbound copy was rejected because RestrictOutboundClipboard was set
This commit is contained in:
parent
46c33ddaf4
commit
1b6bfa682c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user