mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Update quickemu
Limit spice to localhost, preventing potential unauthorized access.
This commit is contained in:
parent
573b2566cb
commit
6474505dc2
1 changed files with 1 additions and 1 deletions
2
quickemu
2
quickemu
|
@ -833,7 +833,7 @@ function vm_boot() {
|
|||
echo -n " --spice-shared-dir ${PUBLIC}"
|
||||
fi
|
||||
echo "${FULLSPICY}"
|
||||
SPICE="${SPICE},port=${SPICE_PORT}"
|
||||
SPICE="${SPICE},port=${SPICE_PORT},addr=127.0.0.1"
|
||||
fi
|
||||
|
||||
if [ -n "${PUBLIC}" ]; then
|
||||
|
|
Loading…
Reference in a new issue