From 253ac0362146c4e97ca9a4ac527c6abfa2dc29c7 Mon Sep 17 00:00:00 2001 From: Vishesh Date: Fri, 12 Sep 2025 14:58:50 +0530 Subject: [PATCH] Management server: fix qemu-img path in cloudstack sudoers (#11614) --- server/conf/cloudstack-sudoers.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/conf/cloudstack-sudoers.in b/server/conf/cloudstack-sudoers.in index 710241022f5..6e799297574 100644 --- a/server/conf/cloudstack-sudoers.in +++ b/server/conf/cloudstack-sudoers.in @@ -18,7 +18,7 @@ # The CloudStack management server needs sudo permissions # without a password. -Cmnd_Alias CLOUDSTACK = /bin/mkdir, /bin/mount, /bin/umount, /bin/cp, /bin/chmod, /usr/bin/keytool, /bin/keytool, /bin/touch, /bin/find, /bin/df, /bin/ls, /bin/qemu-img +Cmnd_Alias CLOUDSTACK = /bin/mkdir, /bin/mount, /bin/umount, /bin/cp, /bin/chmod, /usr/bin/keytool, /bin/keytool, /bin/touch, /bin/find, /bin/df, /bin/ls, /bin/qemu-img, /usr/bin/qemu-img Defaults:@MSUSER@ !requiretty