[Spice-devel] Disable file drag & drop in vdagent?
Christophe Fergeau
cfergeau at redhat.com
Wed Oct 10 15:11:28 UTC 2018
Hello,
On Tue, Oct 09, 2018 at 02:13:59PM +0000, MK wrote:
> Hi devels!
>
> I'd like to disable drag and drop of files from Windows to a Linux guest. But I like to keep the clipboard sharing functionality.
>
> Is there any option to set this - as I have not found one.
You can disable it from qemu commandline/libvirt xml:
- libvirt xml:
<graphics type='spice' port='-1' tlsPort='-1' autoport='yes'>
<filetransfer enable='no'/>
</graphics>
- qemu commandline option:
-spice disable-agent-file-xfer
Christophe
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/spice-devel/attachments/20181010/49be72ad/attachment.sig>
More information about the Spice-devel
mailing list