From 9187057190d27c0d2ba07e423158ee811f45d62ff02bf2e333325043d60a4b62 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 22 Jul 2016 08:17:19 +0000 Subject: [PATCH] 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 --- virtualbox-60-vboxdrv.rules | 2 ++ virtualbox.changes | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/virtualbox-60-vboxdrv.rules b/virtualbox-60-vboxdrv.rules index 533a615..d5e4f4b 100644 --- a/virtualbox-60-vboxdrv.rules +++ b/virtualbox-60-vboxdrv.rules @@ -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 diff --git a/virtualbox.changes b/virtualbox.changes index b5a0173..439a641 100644 --- a/virtualbox.changes +++ b/virtualbox.changes @@ -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