I need use VirtualBox with Cuckoo as non-root user. So I have to run VirtualBox as cuckoo user. I have installed VirtualBox as root. I added user cuckoo to group vboxusers:
Code: Select all
usermod -a -G vboxusers cuckoo Code: Select all
vboxusers:x:125:cuckooCode: Select all
VBoxManage list vmsThanks for your help.