Skip to content

Commit 9dc566b

Browse files
committed
fix qemu-img path in cloudstack sudoers
1 parent 38006b2 commit 9dc566b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/conf/cloudstack-sudoers.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# The CloudStack management server needs sudo permissions
1919
# without a password.
2020

21-
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
21+
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
2222

2323
Defaults:@MSUSER@ !requiretty
2424

0 commit comments

Comments
 (0)