From 5b9cab96e9a74522b58d3a82327dcd197e69f6ab2dae1801e1c0e5ad274c83ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 20 Apr 2015 11:10:54 +0000 Subject: [PATCH] - Allow access to vboxdrv to vboxusers group members bnc#927525 OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=180 --- virtualbox-60-vboxdrv.rules | 2 +- virtualbox.changes | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) 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