Ticket #19449 (closed defect: invalid)
Virtualbox ubuntu package does not add users to vboxusers group
Reported by: | DeGarden | Owned by: | |
---|---|---|---|
Component: | other | Version: | VirtualBox 6.1.4 |
Keywords: | Cc: | ||
Guest type: | other | Host type: | other |
Description
Downloaded and installed package, on Ubuntu 19.10:
virtualbox-6.1_6.1.4-136177_Ubuntu_eoan_amd64.deb
My user was not added to vboxusers group, son can attach USB devices to guest. None is present.
Fixed with this:
sudo adduser $USER vboxusers
Change History
comment:2 Changed 2 years ago by DeGarden
This is done on purpose on linux, for security reasons probably: https://www.virtualbox.org/manual/ch02.html#install-linux-vboxusers
Note: See
TracTickets for help on using
tickets.
Couldn't attach USB devices until fix.