summarylogtreecommitdiffstats
path: root/10-vboxdrv.rules
diff options
context:
space:
mode:
Diffstat (limited to '10-vboxdrv.rules')
-rw-r--r--10-vboxdrv.rules5
1 files changed, 0 insertions, 5 deletions
diff --git a/10-vboxdrv.rules b/10-vboxdrv.rules
deleted file mode 100644
index 12b7ab57afc6..000000000000
--- a/10-vboxdrv.rules
+++ /dev/null
@@ -1,5 +0,0 @@
-KERNEL=="vboxdrv", NAME="vboxdrv", OWNER="root", GROUP="root", MODE="0600"
-SUBSYSTEM=="usb_device", ACTION=="add", RUN="VBoxCreateUSBNode.sh $major $minor $attr{bDeviceClass}"
-SUBSYSTEM=="usb", ACTION=="add", ENV{DEVTYPE}=="usb_device", RUN="VBoxCreateUSBNode.sh $major $minor $attr{bDeviceClass}"
-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"