1
0
forked from pool/virtualbox

Accepting request 298156 from Virtualization

- Allow access to vboxdrv to vboxusers group members bnc#927525

OBS-URL: https://build.opensuse.org/request/show/298156
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/virtualbox?expand=0&rev=96
This commit is contained in:
Dominique Leuenberger 2015-04-21 23:16:30 +00:00 committed by Git OBS Bridge
commit 254ad8b786
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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