summaryrefslogtreecommitdiffstats
path: root/remote/modules/vbox/data/etc
diff options
context:
space:
mode:
authorChristian Rößler2015-07-16 16:27:51 +0200
committerChristian Rößler2015-07-16 16:27:51 +0200
commit8fe1c5123c7824444ed0ffbf47c0c01dc32cddc4 (patch)
tree79cb6309f403f4f01045b8c8bd2ed274ef7ec6a0 /remote/modules/vbox/data/etc
parentMerge branch 'master' of 10.4.9.56:/root/tm-scripts (diff)
downloadtm-scripts-8fe1c5123c7824444ed0ffbf47c0c01dc32cddc4.tar.gz
tm-scripts-8fe1c5123c7824444ed0ffbf47c0c01dc32cddc4.tar.xz
tm-scripts-8fe1c5123c7824444ed0ffbf47c0c01dc32cddc4.zip
[vbox] Some more stuff: Now USB (but no working passthr.), VBox 5, USB2, USB Filters
Diffstat (limited to 'remote/modules/vbox/data/etc')
-rw-r--r--remote/modules/vbox/data/etc/udev/rules.d/60-vboxdrv.rules (renamed from remote/modules/vbox/data/etc/udev/rules.d/10-vboxdrv.rules)3
1 files changed, 2 insertions, 1 deletions
diff --git a/remote/modules/vbox/data/etc/udev/rules.d/10-vboxdrv.rules b/remote/modules/vbox/data/etc/udev/rules.d/60-vboxdrv.rules
index d200d8f8..f2caa1cf 100644
--- a/remote/modules/vbox/data/etc/udev/rules.d/10-vboxdrv.rules
+++ b/remote/modules/vbox/data/etc/udev/rules.d/60-vboxdrv.rules
@@ -1,5 +1,6 @@
KERNEL=="vboxdrv", NAME="vboxdrv", OWNER="root", GROUP="root", MODE="0600"
-KERNEL=="vboxnetctl", NAME="vboxnetctl", OWNER="root", GROUP="root", MODE="0600"
+KERNEL=="vboxdrvu", NAME="vboxdrvu", OWNER="root", GROUP="root", MODE="0666"
+KERNEL=="vboxnetctl", NAME="vboxnetctl", OWNER="root", GROUP="root", MODE="0660"
SUBSYSTEM=="usb_device", ACTION=="add", ENV{PATH}="/usr/bin:/bin:/usr/sbin:/sbin:/opt/openslx/bin:/opt/openslx/sbin", RUN+="/usr/share/virtualbox/VBoxCreateUSBNode.sh $major $minor $attr{bDeviceClass}"
SUBSYSTEM=="usb", ACTION=="add", ENV{DEVTYPE}=="usb_device", ENV{PATH}="/usr/bin:/bin:/usr/sbin:/sbin:/opt/openslx/bin:/opt/openslx/sbin", RUN+="/usr/share/virtualbox/VBoxCreateUSBNode.sh $major $minor $attr{bDeviceClass}"
SUBSYSTEM=="usb_device", ACTION=="remove", ENV{PATH}="/usr/bin:/bin:/usr/sbin:/sbin:/opt/openslx/bin:/opt/openslx/sbin", RUN+="/usr/share/virtualbox/VBoxCreateUSBNode.sh --remove $major $minor"