diff --git a/virtualbox-60-vboxdrv.rules b/virtualbox-60-vboxdrv.rules index 358f0a8..533a615 100644 --- a/virtualbox-60-vboxdrv.rules +++ b/virtualbox-60-vboxdrv.rules @@ -1,4 +1,4 @@ -KERNEL=="vboxdrv", NAME="vboxdrv", OWNER="root", GROUP="root", MODE="0600" +KERNEL=="vboxdrv", NAME="vboxdrv", OWNER="root", GROUP="vboxusers", MODE="0660" # #these lines below give access permission to vboxusers to properly work with usb nodes, but enabling them could be security risk (bnc#664520) !! #if you can live with this security problem put these lines below in to the new file /etc/udev/rules.d/60-vboxdrv.rules so they will stay enabled also after package update diff --git a/virtualbox.changes b/virtualbox.changes index 78dad51..1f0ef74 100644 --- a/virtualbox.changes +++ b/virtualbox.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Apr 20 11:10:16 UTC 2015 - tchvatal@suse.com + +- Allow access to vboxdrv to vboxusers group members bnc#927525 + ------------------------------------------------------------------- Mon Mar 23 10:04:55 UTC 2015 - tchvatal@suse.com