1
0
forked from pool/virtualbox

Accepting request 412614 from home:etamPL:branches:Virtualization

added missing udev rules (http://www.mgreene.org/?p=211)

OBS-URL: https://build.opensuse.org/request/show/412614
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=261
This commit is contained in:
Dirk Mueller 2016-07-22 08:17:19 +00:00 committed by Git OBS Bridge
parent ee42d74602
commit 9187057190
2 changed files with 8 additions and 0 deletions

View File

@ -1,4 +1,6 @@
KERNEL=="vboxdrv", NAME="vboxdrv", OWNER="root", GROUP="vboxusers", MODE="0660"
KERNEL=="vboxdrvu", NAME="vboxdrvu", OWNER="root", GROUP="vboxusers", MODE="0660"
KERNEL=="vboxnetctl", NAME="vboxnetctl", 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,9 @@
-------------------------------------------------------------------
Thu Jul 21 19:18:39 UTC 2016 - adam@mizerski.pl
- virtualbox-60-vboxdrv.rules: added missing udev rules for
vboxdrvu and vboxnetctl (http://www.mgreene.org/?p=211)
-------------------------------------------------------------------
Tue Jun 7 19:03:36 UTC 2016 - Larry.Finger@lwfinger.net