Opened 14 years ago
Closed 11 years ago
#8072 closed defect (fixed)
vboxmanage guestcontrol execute does not provide user groups => Fixed in SVN
Reported by: | Paolo Virtual | Owned by: | |
---|---|---|---|
Component: | guest control | Version: | VirtualBox 4.0.0 |
Keywords: | Cc: | ||
Guest type: | Linux | Host type: | other |
Description (last modified by )
If a command is executed via "vboxmanage guestcontrol execute /usr/bin/xterm ...", the user groups are not set correctly within the guest. For example, if I login locally inside the VM, all groups are present
in VM: $ id uid=1000(vm) gid=1000(vm) groups=20(dialout),29(audio)
If I execute the same command via vboxmanage, the groups section is missing.
$ id uid=1000(vm) gid=1000(vm)
Change History (3)
comment:1 by , 13 years ago
Component: | VM control → guest control |
---|
comment:2 by , 11 years ago
Description: | modified (diff) |
---|---|
Summary: | vboxmanage guestcontrol execute does not provide user groups → vboxmanage guestcontrol execute does not provide user groups => Fixed in SVN |
Note:
See TracTickets
for help on using tickets.
Thanks for the report. This problem will be fixed in the next 4.3.x maintenance release.