From 6474505dc2dc41444498bc31afc13bf360c825eb Mon Sep 17 00:00:00 2001 From: Deihim Poornader Date: Sun, 7 Aug 2022 11:40:23 +0430 Subject: [PATCH] Update quickemu Limit spice to localhost, preventing potential unauthorized access. --- quickemu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickemu b/quickemu index 0a41287..e552997 100755 --- a/quickemu +++ b/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