VirtualBox permissions problem with TW

Started getting this error notification when logging on yesterday: **VBoxClient: Vgb1R3InitUser failed: VERR_ACCESS_DENIED. **After starting a thread in the VirtualBox forums, it was suggested that I did not have permission with the /dev/vboxuser object. I fixed this, matching the permissions of my **LEAP **VM, but the changes did not survive a reboot.

Here are the differences in the (2) systems:
**LEAP
**

$ getfacl /dev/vboxuser
# file: dev/vboxuser
# owner: root
# group: root
user::rw-
user:ajgringo619:rw-
group::rw-
mask::rw-
other::---

**
TW
**

$ getfacl /dev/vboxuser
# file: dev/vboxuser
# owner: root
# group: root
user::rw-
group::rw-
mask::rw-
other::---

Both systems are running the latest 6.1.38 Guest Addition. While I have a workaround in place, I’d prefer a proper solution. Any ideas why the differences between the (2) systems?

https://bugzilla.opensuse.org/show_bug.cgi?id=1204019

Thanks for the quick reply! Fix works perfectly!