diff options
author | Hans de Goede <hdegoede@redhat.com> | 2011-03-27 16:43:54 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2011-06-06 09:14:42 +0200 |
commit | d4970b071f698a4f3984487bbb97d1ecc36f5950 (patch) | |
tree | 7dd2aa675d1f1432f3602ec03bf49e71f4665848 /qemu-options.hx | |
parent | 35106c2df2eda83e5f7fea356d80c11fed93df1f (diff) |
spice: add option for disabling copy paste support
Some people want to be able disable spice's guest <-> client copy paste support
because of security considerations.
[ kraxel: drop old-version error message ]
Diffstat (limited to 'qemu-options.hx')
-rw-r--r-- | qemu-options.hx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qemu-options.hx b/qemu-options.hx index 82e085a229..63e8cb0a1b 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -717,6 +717,9 @@ Set the password you need to authenticate. @item disable-ticketing Allow client connects without authentication. +@item disable-copy-paste +Disable copy paste between the client and the guest. + @item tls-port=<nr> Set the TCP port spice is listening on for encrypted channels. |