From 9dc566b53bb5b9c3687a47c4aa915ccc818d8b34 Mon Sep 17 00:00:00 2001 From: vishesh92 Date: Thu, 11 Sep 2025 17:17:42 +0530 Subject: [PATCH] fix qemu-img path in cloudstack sudoers --- 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 710241022f5b..6e7992975746 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