mirror of
https://github.com/retspen/webvirtcloud
synced 2024-11-01 03:54:15 +00:00
Security Bug: No external Connections
This commit is contained in:
parent
346b96b319
commit
9e294ade3c
1 changed files with 1 additions and 3 deletions
|
@ -227,9 +227,7 @@ class wvmCreate(wvmConnect):
|
|||
|
||||
xml += """ <input type='mouse' bus='ps2'/>
|
||||
<input type='tablet' bus='usb'/>
|
||||
<graphics type='%s' port='-1' autoport='yes' listen='0.0.0.0' passwd='%s'>
|
||||
<listen type='address' address='0.0.0.0'/>
|
||||
</graphics>
|
||||
<graphics type='%s' port='-1' autoport='yes' passwd='%s'/>
|
||||
<console type='pty'/>
|
||||
<video>
|
||||
<model type='cirrus'/>
|
||||
|
|
Loading…
Reference in a new issue