This is an automated email from the ASF dual-hosted git repository.

weizhou pushed a commit to branch 4.20
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/4.20 by this push:
     new 253ac036214 Management server: fix qemu-img path in cloudstack sudoers 
(#11614)
253ac036214 is described below

commit 253ac0362146c4e97ca9a4ac527c6abfa2dc29c7
Author: Vishesh <[email protected]>
AuthorDate: Fri Sep 12 14:58:50 2025 +0530

    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
 

Reply via email to