Hello community,

here is the log from the commit of package virtualbox for openSUSE:Factory 
checked in at 2014-09-12 15:25:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/virtualbox (Old)
 and      /work/SRC/openSUSE:Factory/.virtualbox.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "virtualbox"

Changes:
--------
--- /work/SRC/openSUSE:Factory/virtualbox/virtualbox.changes    2014-08-11 
10:07:54.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.virtualbox.new/virtualbox.changes       
2014-09-12 15:25:24.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Sep  8 10:16:53 UTC 2014 - mse...@gmail.com
+
+- modify hint message in virtualbox-60-vboxdrv.rules, so udev rules
+  will stay enabled also after package update
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------

++++++ virtualbox-60-vboxdrv.rules ++++++
--- /var/tmp/diff_new_pack.zHK8Zq/_old  2014-09-12 15:25:26.000000000 +0200
+++ /var/tmp/diff_new_pack.zHK8Zq/_new  2014-09-12 15:25:26.000000000 +0200
@@ -1,6 +1,8 @@
 KERNEL=="vboxdrv", NAME="vboxdrv", OWNER="root", GROUP="root", MODE="0600"
+#
 #these lines below give access permission to vboxusers to properly work with 
usb nodes, but enabling them could be security risk (bnc#664520) !!
-#SUBSYSTEM=="usb_device", ACTION=="add", RUN+="VBoxCreateUSBNode.sh $major 
$minor $attr{bDeviceClass} vboxusers"
-#SUBSYSTEM=="usb", ACTION=="add", ENV{DEVTYPE}=="usb_device", 
RUN+="VBoxCreateUSBNode.sh $major $minor $attr{bDeviceClass} vboxusers"
-#SUBSYSTEM=="usb_device", ACTION=="remove", RUN+="VBoxCreateUSBNode.sh 
--remove $major $minor"
-#SUBSYSTEM=="usb", ACTION=="remove", ENV{DEVTYPE}=="usb_device", 
RUN+="VBoxCreateUSBNode.sh --remove $major $minor"
+#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
+#SUBSYSTEM=="usb_device", ACTION=="add", 
RUN+="/usr/lib/udev/VBoxCreateUSBNode.sh $major $minor $attr{bDeviceClass} 
vboxusers"
+#SUBSYSTEM=="usb", ACTION=="add", ENV{DEVTYPE}=="usb_device", 
RUN+="/usr/lib/udev/VBoxCreateUSBNode.sh $major $minor $attr{bDeviceClass} 
vboxusers"
+#SUBSYSTEM=="usb_device", ACTION=="remove", 
RUN+="/usr/lib/udev/VBoxCreateUSBNode.sh --remove $major $minor"
+#SUBSYSTEM=="usb", ACTION=="remove", ENV{DEVTYPE}=="usb_device", 
RUN+="/usr/lib/udev/VBoxCreateUSBNode.sh --remove $major $minor"


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to