Update quickemu

Limit spice to localhost, preventing potential unauthorized access.
This commit is contained in:
Deihim Poornader 2022-08-07 11:40:23 +04:30 committed by Martin Wimpress
parent 573b2566cb
commit 6474505dc2

View File

@ -833,7 +833,7 @@ function vm_boot() {
echo -n " --spice-shared-dir ${PUBLIC}" echo -n " --spice-shared-dir ${PUBLIC}"
fi fi
echo "${FULLSPICY}" echo "${FULLSPICY}"
SPICE="${SPICE},port=${SPICE_PORT}" SPICE="${SPICE},port=${SPICE_PORT},addr=127.0.0.1"
fi fi
if [ -n "${PUBLIC}" ]; then if [ -n "${PUBLIC}" ]; then