Opened 5 years ago
Closed 5 years ago
#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 (3)
comment:1 by , 5 years ago
comment:2 by , 5 years ago
This is done on purpose on linux, for security reasons probably: https://www.virtualbox.org/manual/ch02.html#install-linux-vboxusers
comment:3 by , 5 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
we never did that, as pointed out in the previous comment, this is documented.
Note:
See TracTickets
for help on using tickets.
Couldn't attach USB devices until fix.