1
0
forked from jengelh/virtualbox

Accepting request 943255 from home:lwfinger:branches:Virtualization

- Tumbleweed no longer assigns the group "users" to a user, which breaks TW guests under VirtualBox.
  This is fixed by adding 'TAG+="uaccess"' to the udev rule that creates /dev/vboxuser. Thanks to Andrei Borzenkov
  for help with this problem. This fixes boo#1194065.

OBS-URL: https://build.opensuse.org/request/show/943255
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=626
This commit is contained in:
Larry Finger
2021-12-30 19:06:26 +00:00
committed by Git OBS Bridge
parent 8bcb54793e
commit cc022b0519
3 changed files with 8 additions and 46 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Dec 30 17:53:07 UTC 2021 - Larry Finger <Larry.Finger@gmail.com>
- Tumbleweed no longer assigns the group "users" to a user, which breaks TW guests under VirtualBox.
This is fixed by adding 'TAG+="uaccess"' to the udev rule that creates /dev/vboxuser. Thanks to Andrei Borzenkov
for help with this problem. This fixes boo#1194065.
-------------------------------------------------------------------
Tue Dec 14 06:42:13 UTC 2021 - Larry Finger <Larry.Finger@gmail.com>