mirror of https://github.com/apache/cloudstack.git
Management server: fix qemu-img path in cloudstack sudoers (#11614)
This commit is contained in:
parent
38006b2e03
commit
253ac03621
|
|
@ -18,7 +18,7 @@
|
||||||
# The CloudStack management server needs sudo permissions
|
# The CloudStack management server needs sudo permissions
|
||||||
# without a password.
|
# 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
|
Defaults:@MSUSER@ !requiretty
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue